-
Notifications
You must be signed in to change notification settings - Fork 130
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
Exporting 3d pose to animation in unity or blender ? [extension] #4
Comments
There's a visualization function invoked here, which generate the animation using matplotlib. However, unity or blender animation is not provided. On the other way, you can save the predicted 3d pose (in numpy array format) after here where the post-process has been done. And then convert them into the specific(unity or blender) format by your self. Contributions of the visualization module are welcomed. |
Can i ask you what does this line of code do ?? Line 114 in 60c0b10
Thanks! |
Rotation part of the extrinsic parameter in 2d scenario, which is used to convert the prediction from camera space into world space. Check out this for more information about the camera parameters. |
Thank you ! |
As mentioned, I am trying to save predictions in npy file. It would be helpful if you can verify that these predictions are in [x,y,z] order @zh-plus |
Hi
I was wondering if there is a script , that parses out the 3d joints per frame , that can be used for animation purposes or perhaps there is an already exisitng module that does that ?
/Thanks
N
The text was updated successfully, but these errors were encountered: