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

issue about preprocess amass dataset #131

Open
YHaooo-4508 opened this issue Apr 12, 2024 · 6 comments
Open

issue about preprocess amass dataset #131

YHaooo-4508 opened this issue Apr 12, 2024 · 6 comments

Comments

@YHaooo-4508
Copy link

Hi, thank you for providing such an exciting project !
I met some problems in running preprocess_amass.py. It need smplh and dmpls model.
I got smplh model data from MANO, but i don't know how to get the dmpls model.
Could you please share your dmpls data using in preprocess_amass.py or give a official download link.

@glee623
Copy link

glee623 commented May 16, 2024

Hello, I have a similar issues.
I got the model.npz from MANO Extended SMPL+H model.
I used body_model.py code for BodyModel in the preprocess_amass.py,

But at the body_model.py I got the KeyError: 'eigvec is not a file in the archive' error.
Do I have to use another code or dataset?

If possible, could you share the final dataset of the AMASS?
Thank you.

@YHaooo-4508
Copy link
Author

Hello, I have a similar issues. I got the model.npz from MANO Extended SMPL+H model. I used body_model.py code for BodyModel in the preprocess_amass.py,

But at the body_model.py I got the KeyError: 'eigvec is not a file in the archive' error. Do I have to use another code or dataset?

If possible, could you share the final dataset of the AMASS? Thank you.

Here is the dmpls data dmpls_data

Besides, MotionBERT use amass for pretrain, but not at the pixel scale (Pose use the pixel scale, but the AMASS raw data is at the scale of the world coordinate system).

I use AMASS for (Pose task. So i preset the camera internal and external parameters to project 3d points onto the image. By this way i got the amass data at the pixel scale.

@glee623
Copy link

glee623 commented May 17, 2024

Thank you for your answer!
But, I cannot access your dmpls_data. Could you change it?
Thanks.

@YHaooo-4508
Copy link
Author

Thank you for your answer! But, I cannot access your dmpls_data. Could you change it? Thanks.

It's a goole drive link. You can't access goole drive or just can't access the link?

@YHaooo-4508
Copy link
Author

Thank you for your answer! But, I cannot access your dmpls_data. Could you change it? Thanks.

I changed the access permission. You can access the link now

@glee623
Copy link

glee623 commented May 17, 2024

oh, I can access it now. Thank you!

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