shunsukesaito / SCANimate

This repository contains the code for the paper "SCANimate: Weakly Supervised Learning of Skinned Clothed Avatar Networks"
https://scanimate.is.tue.mpg.de/
Other
274 stars 31 forks source link

Wether line 87 in smpl/smpl/body_model.py has a typo? #1

Closed syguan96 closed 3 years ago

syguan96 commented 3 years ago

Hi @shunsukesaito, when I tried this commond: python -m apps.test_scanimate -c ./data/pretrained_configs/release_03223_shortlong.yaml -t ./data/test/gLO_sBM_cAll_d14_mLO1_ch05 an error arised:

AssertionError: Path ./smpl/models/smpl does not exist!

To fix it, change this line to be return SMPL_vitruvian(os.path.join(model_path), **kwargs)

shunsukesaito commented 3 years ago

Thanks for pointing out. We updated installation.txt to work properly. The reason why we want to keep the current folder structure (./smpl/models/smpl) is that we can similarly load smplx models if necessary.