Tramac / awesome-semantic-segmentation-pytorch

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
Apache License 2.0
2.85k stars 582 forks source link

Why does FCN use bilinear interpolation instead of the same deconvolution as the author? #109

Open ghost opened 4 years ago

ghost commented 4 years ago

Is bilinear interpolation better than deconvolution in testing?