open-mmlab / mmfashion

Open-source toolbox for visual fashion analysis based on PyTorch
https://open-mmlab.github.io/
Apache License 2.0
1.26k stars 285 forks source link

Error while training fashion detector #83

Open kartikwar opened 4 years ago

kartikwar commented 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'

Hermes777 commented 3 years ago

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.