doiken23 / DeepLab_pytorch

Repository for DeepLab family
MIT License
82 stars 15 forks source link

DeepLab family

Papers

Contents

(DeepLab v2 (VGG16) is a little different from original implementation!!)

description

Network description
DeepLab v2 (VGG, FOV) VGG16 + atrous convolution
DeepLab v2 (VGG, ASPP) VGG16 + atrous spatial pyramid pooling
DeepLab v2 (ResNet, FOV) ResNet101 + atrous convolution
DeepLab v2 (ResNet, ASPP) ResNet101 + atrous spatial pyramid pooling
DeepLab v3 ResNet101 + atrous convolution in cascadea and in parallel
DeepLab v3+ DeepLab v3 + good decoder (and Xception)

LICENSE