fyu / dilation

Dilated Convolution for Semantic Image Segmentation
https://www.vis.xyz/pub/dilation
MIT License
781 stars 268 forks source link

ResNet as a front-end #29

Open atanas1054 opened 7 years ago

atanas1054 commented 7 years ago

Hi,

Do you think that the vgg16 can be replaced with ResNet? Would the idea of dilation work well?

selcuksandikci commented 7 years ago

Yes, it should work equally well. Already done in DeepLab segmentation paper in a slightly different way.

nikhilparmar commented 5 years ago

Hi,

Do you think that the vgg16 can be replaced with ResNet? Would the idea of dilation work well?

Hello, can you guide me how have you replaced ResNet with VGG. I am thinking to replace the same in DeepLabv3+ for semantic segmentation.