hassony2 / obman_render

[cvpr19] Code to generate images from the ObMan dataset, synthetic renderings of hands holding objects (or hands in isolation)
79 stars 9 forks source link

Problems with asset/models files #15

Open dongho-Han opened 1 year ago

dongho-Han commented 1 year ago

Hello. First, thanks for the nice work! I'm following your READEME explanation to make a new synthetic dataset, like OBMan. But while doing so, I got some problems. When I download the SMPL model(in SMPL for Python users), I can only download the Model files(ends with .pkl) and Code which supports functions to load/save SMPL files. I can't get download those files which are written in README.

basicModel_f_lbs_10_207_0_v1.0.2.fbx
basicModel_m_lbs_10_207_0_v1.0.2.fbx

So, when I call Launch-Minimal version on white background-Hands only task, I get this error FileNotFoundError: [Errno 2] No such file or directory: 'assets/models/basicModel_f_lbs_10_207_0_v1.0.2.fbx'

Can you suggest any solutions or share files?

Thanks!

dongho-Han commented 1 year ago

I found that SMPL site share sample Sample Animated Bodies. But their naming is somewhat different. Like this.

mosh_cmu_7516_f_lbs_10_207_0_v1.0.2.fbx

Can I use this instead?