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
Note that if you use "Anno_fine" that contains 26 better-labeled attributes, nothing else need to be done.
If you use run "Anno_coarse" that contains 1000 roughly labeled attributes, first run the following script to re-organize them. python prepare_attr_pred.py
Hi, when I use the file prepare_attr_pred.py, one of the parameters is as follows:
But the dataset directory I downloaded from http://mmlab.ie.cuhk.edu.hk/projects/DeepFashion/AttributePrediction.html is as follows:
Attr_Predict
├── Anno_fine
│ ├── list_attr_cloth.txt
│ ├── train.txt
│ ├── ...
├── Anno_coarse
│ ├── list_attr_cloth.txt
│ ├── ...
├── Eval
│ └── list_eval_partition.txt
└── Img
├── XXX.jpg
└── ...
There is no "Anno" folder. Is this actually the "Anno_fine" folder?
The text was updated successfully, but these errors were encountered: