open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.38k stars 1.18k forks source link

which smpl model should I download? #1359

Closed mls1999725 closed 2 years ago

mls1999725 commented 2 years ago

Hi, I'm interested in running demo of 3D body mesh, but I confused about which SMPL model should I download in https://github.com/open-mmlab/mmpose/blob/master/docs/en/tasks/3d_body_mesh.md. I downloaded the basicModel_neutral_lbs_10_207_0_v1.0.0.pkl and rename it to SMPL_NEUTRAL.pkl, but I got the error

image

image

ly015 commented 2 years ago

@zengwang430521 Could you please help with this issue?

ly015 commented 2 years ago

@mls1999725 Thanks for your interest. Please note that mesh recovery will no longer be supported in MMPose. We have a new codebase MMHuman3D that focuses on human shape and pose estimation based on parametric models like SMPL.

mls1999725 commented 2 years ago

Got it ! Thanks a lot !

zengwang430521 commented 2 years ago

@mls1999725 You can download the model following this link

mls1999725 commented 2 years ago

Thanks~