Skip to content
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

Open
ch1998 opened this issue Jun 6, 2023 · 5 comments
Open

How to generate a pickle file of a animation sequence? #1

ch1998 opened this issue Jun 6, 2023 · 5 comments

Comments

@ch1998
Copy link

ch1998 commented Jun 6, 2023

Outstanding paper! May I ask how I will replace the animation sequence, how should I generate a new animation sequence file?

@david-svitov
Copy link
Contributor

Hi! You can use animation sequences from the AMASS Dataset: https://amass.is.tue.mpg.de/
They have SMPL-X animated with motion capture. But you have to reorder the file structure so it matches the current animation sequence. You can do it with python, just make sure the dicts are in the same format.

@ch1998
Copy link
Author

ch1998 commented Jun 6, 2023

Hi! You can use animation sequences from the AMASS Dataset: https://amass.is.tue.mpg.de/ They have SMPL-X animated with motion capture. But you have to reorder the file structure so it matches the current animation sequence. You can do it with python, just make sure the dicts are in the same format.

Thanks for your reply, I will try it

@ch1998 ch1998 closed this as completed Jun 6, 2023
@ch1998 ch1998 reopened this Jun 6, 2023
@ch1998
Copy link
Author

ch1998 commented Jun 6, 2023

Thanks for your reply, I will try it!

@ch1998 ch1998 closed this as completed Jun 6, 2023
@ch1998 ch1998 reopened this Jun 8, 2023
@ch1998 ch1998 closed this as completed Jun 8, 2023
@ch1998 ch1998 reopened this Jun 8, 2023
@ch1998
Copy link
Author

ch1998 commented Jun 8, 2023

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?

@david-svitov
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants