warmspringwinds / pytorch-segmentation-detection

Image Segmentation and Object Detection in Pytorch
MIT License
745 stars 170 forks source link

FCN Skip Connections #3

Open xternalz opened 7 years ago

xternalz commented 7 years ago

Hi, FCN-8s/16s (regardless of the base model being VGG/ResNet) should have skip connections for aggregating the features from pooling layers. But, I can't seem to find these in your model definitions.

warmspringwinds commented 7 years ago

@xternalz you are right. FCN-16s, and FCN-8s will be implemented in a future, or you can contribute if you don't want to wait. Although we have other models implemented based on dilated convolutions.