-
Notifications
You must be signed in to change notification settings - Fork 256
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
In retarget , how can we get mean & var .npy ? #37
Comments
We are planning to release related details in 1~2 weeks. More details in #31. Thank you! |
thanks a lot ! |
If you print out the shape of mean or var, you will find that the shape of them are like[(simple_joints_number-1)*4+3, 1], because they're calculated by using the rotation of all edges("edges" means all simplified skeleton joints without the ROOT joint) and the ROOT joint's position w.r.t all bvh files' frames. |
You can get mean and var use retargeting/datasets/preprocess.py. For more details please refer to dataset section in instructions for training from scratch. |
No description provided.
The text was updated successfully, but these errors were encountered: