DeepLab V3 did not present in CVPR 2017 (#560)

https://openaccess.thecvf.com/CVPR2017 does not contain DeepLabV3
This commit is contained in:
Edward 2021-05-19 00:44:41 +08:00 committed by GitHub
parent 9e037ae329
commit 1f2d354b70

View File

@ -69,7 +69,7 @@ Supported methods:
- [x] [FCN (CVPR'2015/TPAMI'2017)](configs/fcn)
- [x] [UNet (MICCAI'2016/Nat. Methods'2019)](configs/unet)
- [x] [PSPNet (CVPR'2017)](configs/pspnet)
- [x] [DeepLabV3 (CVPR'2017)](configs/deeplabv3)
- [x] [DeepLabV3 (ArXiv'2017)](configs/deeplabv3)
- [x] [Mixed Precision (FP16) Training (ArXiv'2017)](configs/fp16/README.md)
- [x] [PSANet (ECCV'2018)](configs/psanet)
- [x] [DeepLabV3+ (CVPR'2018)](configs/deeplabv3plus)