divamgupta / image-segmentation-keras

Implementation of Segnet, FCN, UNet , PSPNet and other models in Keras.
https://divamgupta.com/image-segmentation/2019/06/06/deep-learning-semantic-segmentation-keras.html
MIT License
2.92k stars 1.16k forks source link

Request: Pre-Trained MobileNet #220

Open krummrey opened 4 years ago

krummrey commented 4 years ago

Is there a pre-trained MobileNet model available that can be used out of the box without any further training? Just like the 3 pre-trained models (pspnet_50_ADE_20K,pspnet_101_cityscapes and pspnet_101_voc12).

IlkayW commented 4 years ago

That would be awesome. I am interested as well :)