Walter0807 / MotionBERT

[ICCV 2023] PyTorch Implementation of "MotionBERT: A Unified Perspective on Learning Human Motion Representations"
Apache License 2.0
1k stars 120 forks source link

issue about preprocess amass dataset #131

Open YHaooo-4508 opened 4 months ago

YHaooo-4508 commented 4 months ago

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 commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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

YHaooo-4508 commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

oh, I can access it now. Thank you!