switchablenorms / DeepFashion2

DeepFashion2 Dataset https://arxiv.org/pdf/1901.07973.pdf
2.29k stars 355 forks source link

HOW TO PASS DEEPFASHION2 DATASET IN MASKRCNN #45

Open rishigupta1505 opened 4 years ago

rishigupta1505 commented 4 years ago

I want to train deepfashion dataset in maskrcnn model.But I am confused that how I passed dataset to model for training

geyuying commented 4 years ago

You can use https://github.com/switchablenorms/DeepFashion2/blob/master/evaluation/deepfashion2_to_coco.py to convert deepfashion2 dataset to coco-type annotations.

Manishsinghrajput98 commented 4 years ago

https://manishsinghrajput96.blogspot.com/ step by step implementation

GK4444 commented 3 years ago

coco dataset has 17 keypoints and deepfashion2 has 294 keypoints. How to solve this issue when converting into coco format using https://github.com/switchablenorms/DeepFashion2/blob/master/evaluation/deepfashion2_to_coco.py ? @Manishsinghrajput98