Skip to content

Commit e8cc322

Browse files
authored
[Docs] Change ConvNeXt journal infomation (open-mmlab#1350)
1 parent 967f643 commit e8cc322

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Supported backbones:
8484
- [x] [Vision Transformer (ICLR'2021)](configs/vit)
8585
- [x] [Swin Transformer (ICCV'2021)](configs/swin)
8686
- [x] [Twins (NeurIPS'2021)](configs/twins)
87-
- [x] [ConvNeXt (ArXiv'2022)](configs/convnext)
87+
- [x] [ConvNeXt (CVPR'2022)](configs/convnext)
8888

8989
Supported methods:
9090

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
8383
- [x] [Vision Transformer (ICLR'2021)](configs/vit)
8484
- [x] [Swin Transformer (ICCV'2021)](configs/swin)
8585
- [x] [Twins (NeurIPS'2021)](configs/twins)
86-
- [x] [ConvNeXt (ArXiv'2022)](configs/convnext)
86+
- [x] [ConvNeXt (CVPR'2022)](configs/convnext)
8787

8888
已支持的算法:
8989

configs/convnext/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The "Roaring 20s" of visual recognition began with the introduction of Vision Tr
2525
@article{liu2022convnet,
2626
title={A ConvNet for the 2020s},
2727
author={Liu, Zhuang and Mao, Hanzi and Wu, Chao-Yuan and Feichtenhofer, Christoph and Darrell, Trevor and Xie, Saining},
28-
journal={arXiv preprint arXiv:2201.03545},
28+
journal={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
2929
year={2022}
3030
}
3131
```

0 commit comments

Comments
 (0)