human_body_prior
human_body_prior copied to clipboard
If you meet ***Can not import load_vposer or got an unecpected keyword argument 'bm_fname' in Class BodyModel()
This problem caused by version of human_body_prior. First : 'pip install git+https://github.com/nghorbani/human_body_prior'
If it still gives an error, Then: 'pip install git+https://github.com/nghorbani/configer'
I've encountered your first problem when trying to follow the SMPLify-x example as well.
The current model_loader.py file does indeed not contain a function load_vposer.
What I did was not installing via the current git repo but just via pip install human-body-prior
The version on PyPI (link) does contain the function load_vposer
I've encountered your first problem when trying to follow the SMPLify-x example as well. The current model_loader.py file does indeed not contain a function load_vposer. What I did was not installing via the current git repo but just via
pip install human-body-prior
The version on PyPI (link) does contain the function load_vposer
@jufi2112 : Thank for you reply .I'm trying to tell people who don't know about this problem. 👍
I've encountered your first problem when trying to follow the SMPLify-x example as well. The current model_loader.py file does indeed not contain a function load_vposer. What I did was not installing via the current git repo but just via
pip install human-body-prior
The version on PyPI (link) does contain the function load_vposer
Thanks. It works for me.
I met the same problem when trying to run AMASS. However I install human-body-prior outside the git.. and still get the problem 😢