[Docs] Change ConvNeXt journal infomation (#1350)

This commit is contained in:
MengzhangLI 2022-03-05 10:48:25 +08:00 committed by EricWu
parent dccd16fc77
commit c5ebd741b5
2 changed files with 2 additions and 2 deletions

View File

@ -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)
已支持的算法:

View File

@ -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}
}
```