hongsukchoi / 3DCrowdNet_RELEASE

Official Pytorch implementation of "Learning to Estimate Robust 3D Human Mesh from In-the-Wild Crowded Scenes", CVPR 2022
MIT License
155 stars 15 forks source link

minor issue: readme correction #35

Closed YrralH closed 2 months ago

YrralH commented 3 months ago

In https://github.com/hongsukchoi/3DCrowdNet_RELEASE/blob/main/assets/directory.md#pytorch-smpl-layer-and-vposer The description is

Download 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 from here (female & male) and here (neutral) to ${ROOT}/smplpytorch/smplpytorch/native/models.

It seems that it should be ${ROOT}/common/utils/smplpytorch/smplpytorch/native/models. rather than ${ROOT}/smplpytorch/smplpytorch/native/models.

hongsukchoi commented 2 months ago

@YrralH Thank you!