Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about prepare_attr_pred.py #146

Open
Danee-wawawa opened this issue May 5, 2022 · 1 comment
Open

question about prepare_attr_pred.py #146

Danee-wawawa opened this issue May 5, 2022 · 1 comment

Comments

@Danee-wawawa
Copy link

Hi, when I use the file prepare_attr_pred.py, one of the parameters is as follows:
image

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?

@maizer2
Copy link

maizer2 commented Aug 31, 2022

Read Prepare an AttrDataset under line


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

Please refer to dataset/ATTR_DATASET.md for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants