Skip to content

Commit 615e3e9

Browse files
committed
Update README.md
1 parent 74bb73d commit 615e3e9

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
# InternImage
1+
InternImage
2+
========
3+
4+
5+
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/internimage-exploring-large-scale-vision/object-detection-on-coco)](https://paperswithcode.com/sota/object-detection-on-coco?p=internimage-exploring-large-scale-vision)
6+
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/internimage-exploring-large-scale-vision/object-detection-on-coco-minival)](https://paperswithcode.com/sota/object-detection-on-coco-minival?p=internimage-exploring-large-scale-vision)
7+
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/internimage-exploring-large-scale-vision/semantic-segmentation-on-ade20k)](https://paperswithcode.com/sota/semantic-segmentation-on-ade20k?p=internimage-exploring-large-scale-vision)
8+
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/internimage-exploring-large-scale-vision/image-classification-on-imagenet)](https://paperswithcode.com/sota/image-classification-on-imagenet?p=internimage-exploring-large-scale-vision)
9+
10+
This repository is an official implementation of the [InternImage: Exploring Large-Scale Vision Foundation Models with
11+
Deformable Convolutions](https://arxiv.org/abs/2211.05778).
12+
13+
By Wenhai Wang, Jifeng Dai, Zhe Chen, Zhenhang Huang, Zhiqi Li, Xizhou Zhu, Xiaowei Hu, Tong Lu, Lewei Lu, Hongsheng Li, Xiaogang Wang, Yu Qiao
14+
15+
Code will be available.
16+
17+
18+
## Citation
19+
20+
If this work is helpful for your research, please consider citing the following BibTeX entry.
21+
22+
```
23+
@article{wang2022internimage,
24+
title={InternImage: Exploring Large-Scale Vision Foundation Models with Deformable Convolutions},
25+
author={Wang, Wenhai and Dai, Jifeng and Chen, Zhe and Huang, Zhenhang and Li, Zhiqi and Zhu, Xizhou and Hu, Xiaowei and Lu, Tong and Lu, Lewei and Li, Hongsheng and others},
26+
journal={arXiv preprint arXiv:2211.05778},
27+
year={2022}
28+
}
29+
```

0 commit comments

Comments
 (0)