Hello. I want to run this program but I have some problems.
I'm using the GPU in Google colaboratory.
According to "GETTING_STARTED.md", I'm trying to test an attribute predictor by this code.
python demo/test_attr_predictor.py --input demo/imgs/attr_pred_demo1.jpg
But when running this code, an error about wrong path occurs.
In mmfashion/demo/test_attr_predictor.py, line 29, I think, 'attribute_predict' should be changed to 'attribute_predict_coarse'.
Although I have changed the code, another error occurs.
When I run other code, the same OSError occurs.
What's the matter? and how can I solve this problem?
I need your help! Thank you.
Hello. I want to run this program but I have some problems. I'm using the GPU in Google colaboratory.
According to "GETTING_STARTED.md", I'm trying to test an attribute predictor by this code.
python demo/test_attr_predictor.py --input demo/imgs/attr_pred_demo1.jpg
But when running this code, an error about wrong path occurs.
In mmfashion/demo/test_attr_predictor.py, line 29, I think, 'attribute_predict' should be changed to 'attribute_predict_coarse'.
Although I have changed the code, another error occurs.
When I run other code, the same OSError occurs.
What's the matter? and how can I solve this problem? I need your help! Thank you.