awesome-semantic-segmentation-pytorch
awesome-semantic-segmentation-pytorch copied to clipboard
How to train mscoco dataset?
trafficstars
Hi,thank you for your great job. I'm a new pytorch learner,I was wondering how to train mscoco dataset when model is fcn32s. The choice in '--dataset' in demo.py are ['pascal_voc/pascal_aug/ade20k/citys']. 'mscoco' is not included,And train.py also doesn't have mscoco in ''--dataset''. So how can I add mscoo dataset as a training dataset? I will be very appreciated if you can answer my questions.