DeepFashion2 icon indicating copy to clipboard operation
DeepFashion2 copied to clipboard

HOW TO PASS DEEPFASHION2 DATASET IN MASKRCNN

Open rishigupta1505 opened this issue 4 years ago • 3 comments

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

rishigupta1505 avatar Mar 07 '20 07:03 rishigupta1505

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

geyuying avatar Mar 15 '20 03:03 geyuying

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

Manishsinghrajput98 avatar Jul 09 '20 16:07 Manishsinghrajput98

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

GK4444 avatar Apr 10 '21 07:04 GK4444