No module named 'mmfashion'
Parthkh28 opened this issue · 1 comments
Parthkh28 commented
from mmfashion.core import AttrPredictor
ModuleNotFoundError: No module named 'mmfashion'
waterworld8 commented
Running "export PYTHONPATH="${PYTHONPATH}:/[put your path here]/mmfashion/" in the terminal before calling the Python demo files should work.
However, the demo code didn't give correct prediction results due to a model size mismatch between the downloaded model and the spec in the code. I will find another codebase to work on.