switchablenorms / DeepFashion2

DeepFashion2 Dataset https://arxiv.org/pdf/1901.07973.pdf
2.26k stars 354 forks source link

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

Open Huuush opened 4 years ago

Huuush commented 4 years ago

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.

Manishsinghrajput98 commented 4 years ago

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

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

Huuush commented 4 years ago

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 :)