From a93373089926fdfa11c8115fc41f43cf167a0f0c Mon Sep 17 00:00:00 2001 From: MengzhangLI Date: Sat, 5 Mar 2022 10:30:24 +0800 Subject: [PATCH] [Docs] Change ConvNeXt journal infomation --- 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 2930616946..73f5f8fe26 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 11dff6fe7f..657f50c814 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 7d6d716853..48c37afb04 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} } ```