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

AssertionError: Path ./smpl/models/smpl/SMPL_FEMALE.pkl does not exist! #6

Closed zzw-zwzhang closed 3 years ago

zzw-zwzhang commented 3 years ago

when run the test code, which is true SMPL model? I download the following files:

image

I did not find the SMPL_FEMALE.pkl!

JinlongYANG commented 3 years ago

Hi,

Sorry for the inconvenience. Could you please try to rename those pkl files, where 'f' means female, 'm' male, and 'neutral' neutral.

B.t.w., we've been using 10 PCA models, which corresponds to v1.0.0. You might have some problem running the original code with 300 PCA models (v1.1.0). But it should be easy to fix.

zzw-zwzhang commented 3 years ago

Okey, thanks.