(DeepLab v2 (VGG16) is a little different from original implementation!!)
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) |