hongsukchoi / Pose2Mesh_RELEASE

Official Pytorch implementation of "Pose2Mesh: Graph Convolutional Network for 3D Human Pose and Mesh Recovery from a 2D Human Pose", ECCV 2020
MIT License
677 stars 69 forks source link

SMPL Layer File not Found #75

Closed nwicakson closed 5 months ago

nwicakson commented 5 months ago

Hello, @hongsukchoi Thanks for the awesome repo. I tried the demo, download the SMPL layer files (basicModel_f_lbs_10_207_0_v1.0.0.pkl, basicModel_m_lbs_10_207_0_v1.0.0.pkl, and basicModel_neutral_lbs_10_207_0_v1.0.0.pkl) and put them at root/smplpytorch/smplpytorch/native/models/. Screenshot 2024-05-31 110840

But I got this FileNotFoundError, could you please help me solve this problem? Thanks for your time Screenshot 2024-05-31 105558

Or is there something wrong in smpl_layer.py? the root is defined as 'smpl/native/models' Screenshot 2024-05-31 110518

nwicakson commented 5 months ago

Omg, It's just because of the basicModel_m_lbs_10_207_0_v1.0.0.pkl I downloaded was not capital M...