You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release of training code is still in progress.
23
+
The author is too busy to collect the training code for release.
24
+
On the other hand, it should not be difficult to implement the training part.
25
+
Feel free to open an issue for any encountered problems.
24
26
25
27
## Usage
26
28
@@ -41,7 +43,7 @@ Please check `requirements.txt`. All dependencies are available via pip and cond
41
43
1.`python app.py`
42
44
1. Put your **right hand** in front of the camera. The pre-trained model is for left hand, but the input would be flipped internally.
43
45
1. Press `ESC` to quit.
44
-
1. Although the model is robust to variant scales, most ideally the image should be 1.3x larger than the hand boudning box. A good bounding box may result in better accuracy. You can track the bounding box with the 2D predictions of the model.
46
+
1. Although the model is robust to variant scales, most ideally the image should be 1.3x larger than the hand bounding box. A good bounding box may result in better accuracy. You can track the bounding box with the 2D predictions of the model.
45
47
46
48
We found that the model may fail on some "simple" poses. We think this is because such poses were no presented in the training data. We are working on a v2 version with further extended data to tackle this problem.
0 commit comments