You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
from mmfashion.core import AttrPredictor
ModuleNotFoundError: No module named 'mmfashion'
The text was updated successfully, but these errors were encountered: