Open rishigupta1505 opened 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.
https://manishsinghrajput96.blogspot.com/ step by step implementation
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
I want to train deepfashion dataset in maskrcnn model.But I am confused that how I passed dataset to model for training