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
273 stars 31 forks source link

smpl error #18

Closed Passion-ysh closed 2 years ago

Passion-ysh commented 2 years ago

code: model = smpl.create(opt['data']['smpl_dir'], model_type='smpl_vitruvian', gender=opt['data']['smpl_gender'], use_face_contour=False, ext='npz').to(cuda)
The above line of code reports an error.

File "/root/anaconda3/envs/pytorch3d/lib/python3.7/site-packages/smpl-0.1.13-py3.7.egg/smpl/body_models.py", line 94, in create ValueError: Unknown model type smpl_vitruvian, exiting!

Is this a smpl installation error?

Passion-ysh commented 2 years ago

Sorry, I forget to put the smpl model.