Open kartikwar opened 4 years ago
python mmdetection/tools/train.py \ configs/fashion_parsing_segmentation/mask_rcnn_r50_fpn_1x.py
This command was mentioned in Getting_started.md page.
But when I run this I get the error :- KeyError: 'mmfashionDataset is not in the dataset registry'
Same issue here.
The reason is that the builder import from the methods in mmdetection, rather than mmfashion.
I think if you were to use the detection, it would be better to try directly under mmdetection.
python mmdetection/tools/train.py \ configs/fashion_parsing_segmentation/mask_rcnn_r50_fpn_1x.py
This command was mentioned in Getting_started.md page.
But when I run this I get the error :- KeyError: 'mmfashionDataset is not in the dataset registry'