mks0601 / I2L-MeshNet_RELEASE

Official PyTorch implementation of "I2L-MeshNet: Image-to-Lixel Prediction Network for Accurate 3D Human Pose and Mesh Estimation from a Single RGB Image", ECCV 2020
MIT License
710 stars 130 forks source link

Where to download SMPL v1.0.0 neutral model? #69

Closed buaacyw closed 3 years ago

buaacyw commented 3 years ago

Thanks for your great work! When I download the three SMPL v1.0.0 models from the SMPL project website, I find that there are only male and female models in v1.0.0. image I download from here. So where to download the neutral model, thanks!

mks0601 commented 3 years ago

You can download the neutral model at here. I'll update the README.

buaacyw commented 3 years ago

Thanks for your quick apply!