-
Notifications
You must be signed in to change notification settings - Fork 6
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
How to generate a pickle file of a animation sequence? #1
Comments
Hi! You can use animation sequences from the AMASS Dataset: https://amass.is.tue.mpg.de/ |
Thanks for your reply, I will try it |
Thanks for your reply, I will try it! |
Hi! I tried to get the SMPL-X parameters of animation sequences , but in the testseq_azure_amass_merged_poses.pickle you gave, there is a K, and the shape of K is (3, 3). What does this parameter mean? camera parameters? |
@ch1998 Yes, it is camera parameters. But as you can see in video_maker.py we don't really use them, so it shouldn't be a big problem. |
Outstanding paper! May I ask how I will replace the animation sequence, how should I generate a new animation sequence file?
The text was updated successfully, but these errors were encountered: