enriccorona / SMPLicit

Implementation for the paper SMPLicit: Topology-aware Generative Model for Clothed People (CVPR 2021)
http://www.iri.upc.edu/people/ecorona/smplicit/
Other
281 stars 29 forks source link

No such file or directory: '/home/enric/cvpr21/SMPLicit/clusters/indexs_clusters_tshirt_smpl.npy' #9

Closed izakharkin closed 3 years ago

izakharkin commented 3 years ago

Hello,

Thank you for the code and the project, it looks awesome.

Could you please help with an issue I face when running python example.py:

FileNotFoundError: [Errno 2] No such file or directory: '/home/enric/cvpr21/SMPLicit/clusters/indexs_clusters_tshirt_smpl.npy'

Looks that one needs some additional files to run the demo. Thank you in advance!

sonnysorry commented 3 years ago

I solved it with changing the path in SMPLcit_options.py file to my local path.

you can find that .npy file in /SMPLicit/clusters/ directory.

izakharkin commented 3 years ago

Yes, thanks