bharat-b7 / LoopReg

91 stars 10 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/BS/RVH/work/data/smpl_models/lrotmin/lbs_tj10smooth6_0fixed_normalized/male/model.pkl' #7

Open OOF-dura opened 3 years ago

OOF-dura commented 3 years ago

FileNotFoundError: [Errno 2] No such file or directory: '/BS/RVH/work/data/smpl_models/lrotmin/lbs_tj10smooth6_0fixed_normalized/male/model.pkl'

I tried to download it from MPI. But the file structure is confusing:

Which one should we use? image

The path of the model on MPI's website is quite different from the one our codes set.

image

bharat-b7 commented 3 years ago

The difference between SMPL_python_v1.1.0' andSMPL_python_v1.0.0' are the number of shape parameters. In this project I used `SMPL_python_v1.0.0' with 10 shape parameters. File names are not important just ensure that the name in the code matches with your model name.

Arish2022 commented 1 year ago

Hi there, I got the same error and got confused with the file structure, could you please provide a manual for installation and running the code?

Thanks, AR