-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
csv to bvh problem #110
Comments
The network assumes input in the BODY25 format : Because COCO does not have foot fingers, thus making it impossible to track the orientation of the foot! You can either generate "foot" points close to the heel and pass them in , or you can pass them as zeros in the hope that the neural network will do fine without them. The order and naming scheme of joints can be found here : Ammar |
Thanks for your answer. |
seems ilke the new sapiens coco-wholebody solves this - adding toes what i need is to get this back into BVH format....( all ears if anyone has solution.) |
Hello, I am currently using the file "src/python/mnet4/csvNET.py". I noticed that in the file con0014/2dJoints_v1.4.csv downloaded from Google Colab, there seem to be 138 2D keypoints. The results from my 2D pose estimator are in the coco-wholebody format with 133 keypoints. How can I use csvNET.py to obtain the corresponding BVH file?
The text was updated successfully, but these errors were encountered: