facebookresearch / phosa

Perceiving 3D Human-Object Spatial Arrangements from a Single Image in the Wild
Other
177 stars 21 forks source link

cannot find neutral model basicModel_neutral_lbs_10_207_0_v1.0.0.pkl in SMPL Download page #9

Closed monajalal closed 3 years ago

monajalal commented 3 years ago

I downloaded these and none include the neutral model. Could you please show which part of the Website has the neutral model (e.g. by taking a screenshot)?

Screenshot_2020-12-06_18-21-22

(base) mona@mona:~/research/phosa/extra_data/smpl$ tree .
.
├── dmpls
│   ├── female
│   │   └── model.npz
│   ├── LICENSE.txt
│   ├── male
│   │   └── model.npz
│   └── neutral
│       ├── model
│       │   └── eigvec.npy
│       └── model.npz
├── dmpls.tar.xz
├── SMPL_python_v.1.0.0
│   ├── __MACOSX
│   │   └── smpl
│   │       ├── models
│   │       └── smpl_webuser
│   │           └── hello_world
│   └── smpl
│       ├── __init__.py
│       ├── models
│       │   ├── basicModel_f_lbs_10_207_0_v1.0.0.pkl
│       │   └── basicmodel_m_lbs_10_207_0_v1.0.0.pkl
│       └── smpl_webuser
│           ├── hello_world
│           │   ├── hello_smpl.py
│           │   └── render_smpl.py
│           ├── __init__.py
│           ├── lbs.py
│           ├── LICENSE.txt
│           ├── posemapper.py
│           ├── README.txt
│           ├── serialization.py
│           └── verts.py
├── SMPL_python_v.1.0.0.zip
├── SMPL_python_v.1.1.0
│   └── smpl
│       ├── __init__.py
│       ├── models
│       │   ├── basicModel_f_lbs_10_207_0_v1.1.0.pkl
│       │   └── basicModel_m_lbs_10_207_0_v1.1.0.pkl
│       └── smpl_webuser
│           ├── hello_world
│           │   ├── hello_smpl.py
│           │   └── render_smpl.py
│           ├── __init__.py
│           ├── __init__.pyc
│           ├── lbs.py
│           ├── lbs.pyc
│           ├── LICENSE.txt
│           ├── posemapper.py
│           ├── posemapper.pyc
│           ├── README.txt
│           ├── serialization.py
│           ├── serialization.pyc
│           ├── verts.py
│           └── verts.pyc
└── SMPL_python_v.1.1.0.zip

20 directories, 37 files
jasonyzhang commented 3 years ago

Hi,

It looks like it's included in the models folder from SMPlify: http://smplify.is.tue.mpg.de/

monajalal commented 3 years ago

Thank you so much. Confirming that I found it in the smplify link you shared under the following as shown in screenshot:

Screenshot_2020-12-06_18-34-17