DeepLab系列代码
# 01 DeepLabv1
- https://github.com/kazuto1011/deeplab-pytorch/blob/master/libs/models/deeplabv1.py
# 02 DeepLabv2
unofficial PyTorch implementation of DeepLab v2 [1 (opens new window)] with a ResNet-101 backbone.
https://github.com/kazuto1011/deeplab-pytorch
https://github.com/kazuto1011/deeplab-pytorch/blob/master/libs/models/deeplabv2.py
# 03 DeepLabv3
- https://github.com/kazuto1011/deeplab-pytorch/blob/master/libs/models/deeplabv3.py
# 04 DeepLabv3p
https://github.com/kazuto1011/deeplab-pytorch/blob/master/libs/models/deeplabv3plus.py
https://github.com/gyguo/awesome-weakly-supervised-semantic-segmentation-image
上次更新: 2021/10/17, 16:23:18
- 02
- README 美化05-20
- 03
- 常见 Tricks 代码片段05-12