smplx
smplx copied to clipboard
cannot import name 'ModelOutput' from 'smplx.body_models'
I use pip install smplx[all]
to install smplx,and try to use it in SPIN(https://github.com/nkolot/SPIN), but there is an error.
(base) ubuntu@ubuntu-C246-WU4:~/mahui/SPIN$ python3 demo.py --checkpoint=data/model_checkpoint.pt --img=examples/im1010.jpg --openpose=examples/im1010_openpose.json
Traceback (most recent call last):
File "demo.py", line 34, in
I am facing the same error. Any solution ?
I encountered a problem similar to this one. Could you please advise on how you resolved it?