From e8cc3224e1b44ae44bf7f22f356f64059a8d82b9 Mon Sep 17 00:00:00 2001 From: MengzhangLI Date: Sat, 5 Mar 2022 10:48:25 +0800 Subject: [PATCH] [Docs] Change ConvNeXt journal infomation (#1350) --- README.md | 2 +- README_zh-CN.md | 2 +- configs/convnext/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 293061694..73f5f8fe2 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Supported backbones: - [x] [Vision Transformer (ICLR'2021)](configs/vit) - [x] [Swin Transformer (ICCV'2021)](configs/swin) - [x] [Twins (NeurIPS'2021)](configs/twins) -- [x] [ConvNeXt (ArXiv'2022)](configs/convnext) +- [x] [ConvNeXt (CVPR'2022)](configs/convnext) Supported methods: diff --git a/README_zh-CN.md b/README_zh-CN.md index 11dff6fe7..657f50c81 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -83,7 +83,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O - [x] [Vision Transformer (ICLR'2021)](configs/vit) - [x] [Swin Transformer (ICCV'2021)](configs/swin) - [x] [Twins (NeurIPS'2021)](configs/twins) -- [x] [ConvNeXt (ArXiv'2022)](configs/convnext) +- [x] [ConvNeXt (CVPR'2022)](configs/convnext) 已支持的算法: diff --git a/configs/convnext/README.md b/configs/convnext/README.md index 7d6d71685..48c37afb0 100644 --- a/configs/convnext/README.md +++ b/configs/convnext/README.md @@ -25,7 +25,7 @@ The "Roaring 20s" of visual recognition began with the introduction of Vision Tr @article{liu2022convnet, title={A ConvNet for the 2020s}, author={Liu, Zhuang and Mao, Hanzi and Wu, Chao-Yuan and Feichtenhofer, Christoph and Darrell, Trevor and Xie, Saining}, - journal={arXiv preprint arXiv:2201.03545}, + journal={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, year={2022} } ```