Update PoolFormer citation to CVPR version (#1505)

pull/1518/head
Weihao Yu 2023-04-20 20:22:22 +08:00 committed by GitHub
parent e954cf0aaf
commit 3cd4fd4d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -70,10 +70,11 @@ python tools/test.py configs/poolformer/poolformer-s12_32xb128_in1k.py https://d
## Citation
```bibtex
@article{yu2021metaformer,
title={MetaFormer is Actually What You Need for Vision},
@inproceedings{yu2022metaformer,
title={Metaformer is actually what you need for vision},
author={Yu, Weihao and Luo, Mi and Zhou, Pan and Si, Chenyang and Zhou, Yichen and Wang, Xinchao and Feng, Jiashi and Yan, Shuicheng},
journal={arXiv preprint arXiv:2111.11418},
year={2021}
booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
pages={10819--10829},
year={2022}
}
```