Open codermckee opened 6 years ago
I use the models pretrained on ImageNet or voc to train mapillary dataset, but get low mIoU. so sad.
Will add cityscapes in GluonCV in later release.
Will add cityscapes in GluonCV in later release.
thanks for your reply. I am a beginner of semantic segmentation, and I have a problem which confused me. I use pretrained model on ImageNet to train object detector and I can get good mAP. But it doesn't work when it comes to semantic segmentation. would you mind giving me some advice? thank you very much!
There are many details in the implementation for reproducing SoTA result. Synchronized Batch Normalization is one of the most important key in semantic segmentation.
You may start with my repo https://hangzhang.org/PyTorch-Encoding/experiments/segmentation.html
You may start with my repo https://hangzhang.org/PyTorch-Encoding/experiments/segmentation.html
Thank you very much !
@zhanghang1989 Can you also add the pretrained model on COCO? I see that has been published in GluonCV.
Do you have any pretrained model on cityscapes or mapillary?