switchablenorms / DeepFashion2

DeepFashion2 Dataset https://arxiv.org/pdf/1901.07973.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

category names is not match in deepfashion2_to_coco.py (wrong when using pycocotools)

Huuush opened this issue · comments

Thank you for DeepFashion2! But I find a bug in
https://github.com/switchablenorms/DeepFashion2/blob/master/evaluation/deepfashion2_to_coco.py
The catgory name in this py file is not match with the name given by DeepFashion2 dataset. BTW, it may not affect your result if you don't use pycocotools.

HI @Huuush sir. you can use this blog to step by step implementation.

https://manishsinghrajput96.blogspot.com/search/label/Deepfashion2%20Dataset%20implementation

Thanks a lot for your solution :)