GeorgeSeif / Semantic-Segmentation-Suite

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
2.5k stars 880 forks source link

How to use VGG as front end in deeplabv3+ ? #183

Open nikhilparmar opened 5 years ago

nikhilparmar commented 5 years ago

I have been using the ResNet as the frontend for the deeplabv3+. Is it possible to use deeplabv3+ with vgg as frontend for the semantic segmentation. And will it improve any performance compared to the resnet frontend ? Thanks.