vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
https://smpl-x.is.tue.mpg.de/
Other
1.77k stars 340 forks source link

in --model_folder files #14

Closed Montage-LSM closed 5 years ago

Montage-LSM commented 5 years ago

when i run python35.exe smplifyx/main.py --config "cfg_files/fit_smpl.yaml" --data_folder "D:\\Download\\out_data\\test " --output_folder "D:\\Download\\out_data\\test_out_txt"

Tips: ` Traceback (most recent call last): File "smplifyx/main.py", line 272, in main(**args)

File "smplifyx/main.py", line 117, in main male_model = smplx.create(gender='male', **model_params)

File "E:\ProgramData\python35\lib\site-packages\smplx-0.1.11-py3.5.egg\smplx\body_models.py", line 97, in create

File "E:\ProgramData\python35\lib\site-packages\smplx-0.1.11-py3.5.egg\smplx\body_models.py", line 185, in init

AssertionError: Path models does not exist!

`

so ,i want know, models where? thk

AIML commented 5 years ago

you should specify the location of the pre-downloaded model, like smpl, smplx-h or smplx

Montage-LSM commented 5 years ago

您应该指定预先下载的模型的位置,例如smpl,smplx-h或smplx

所有的模型都没有啊。作者也没给个下载地址。

geopavlakos commented 5 years ago

To download the SMPL-X model you need to register to the project website (https://smpl-x.is.tue.mpg.de/). After you register and download the models, make sure to use the argument '--model_folder' to indicate the location you have stored the models. The procedure is similar if you want to download the SMPL, or the SMPL+H models.

Montage-LSM commented 5 years ago

谢谢。了解到了。