muelea / shapy

CVPR 2022 - Official code repository for the paper: Accurate 3D Body Shape Regression using Metric and Semantic Attributes.
https://shapy.is.tue.mpg.de/
295 stars 44 forks source link

ModuleNotFoundError: No module named 'attributes.attributes_betas' #8

Closed WenqiangX closed 1 year ago

WenqiangX commented 1 year ago

Hi,

When I follow the installation instructions to finish the setup, and run the regressor demo. The terminal shows this error. I think it is an issue of attributes installation.

Simply import attributes in python command environment will reproduce this error.

WenqiangX commented 1 year ago

it seems export PYTHONPATH=$PYTHONPATH:$(pwd)/attributes/ can resolve this.

Drexregion commented 4 weeks ago

it seems export PYTHONPATH=$PYTHONPATH:$(pwd)/attributes/ can resolve this.

Hey I am still having the same problem and the above solution is not working for me can you recommend any help?