Skip to content

Commit 0dec021

Browse files
committed
Update README.md
Update README.md
1 parent a5ccf4b commit 0dec021

File tree

3 files changed

+36
-32
lines changed

3 files changed

+36
-32
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ Some other projects related to InternImage include the pretraining algorithm "M3
173173
| InternImage-XL | Cascade | 1x | 55.3 | 48.1 | 387M | 1782G | [ckpt](https://huggingface.co/OpenGVLab/InternImage/resolve/main/cascade_internimage_xl_fpn_1x_coco.pth) \| [cfg](detection/configs/coco/cascade_internimage_xl_fpn_1x_coco.py) |
174174
| InternImage-XL | Cascade | 3x | 56.2 | 48.8 | 387M | 1782G | [ckpt](https://huggingface.co/OpenGVLab/InternImage/resolve/main/cascade_internimage_xl_fpn_3x_coco.pth) \| [cfg](detection/configs/coco/cascade_internimage_xl_fpn_3x_coco.py) |
175175

176-
| backbone | method | box mAP (val/test) | #param | FLOPs | download |
177-
| :-----------: | :--------: | :----------------: | :----: | :---: | :------: |
178-
| InternImage-H | DINO (TTA) | 65.0 / 65.4 | 2.18B | TODO | TODO |
179-
| InternImage-G | DINO (TTA) | 65.3 / 65.5 | 3B | TODO | TODO |
176+
| backbone | method | box mAP (val/test) | #param | FLOPs | download |
177+
| :--------------: | :--------: | :----------------: | :----: | :---: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
178+
| CB-InternImage-H | DINO (TTA) | 65.0 / 65.4 | 2.18B | - | [ckpt](https://huggingface.co/OpenGVLab/InternImage/resolve/main/dino_4scale_cbinternimage_h_objects365_coco.pth) \| [cfg](https://github.com/OpenGVLab/InternImage/blob/master/detection/configs/coco/dino_4scale_cbinternimage_h_objects365_coco_ss.py) |
179+
| CB-InternImage-G | DINO (TTA) | 65.3 / 65.5 | 3B | - | TODO |
180180

181181
</div>
182182

README_CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ InternImage 是一个由上海人工智能实验室、清华大学等机构的
172172
| InternImage-XL | Cascade | 1x | 55.3 | 48.1 | 387M | 1782G | [ckpt](https://huggingface.co/OpenGVLab/InternImage/resolve/main/cascade_internimage_xl_fpn_1x_coco.pth) \| [cfg](detection/configs/coco/cascade_internimage_xl_fpn_1x_coco.py) |
173173
| InternImage-XL | Cascade | 3x | 56.2 | 48.8 | 387M | 1782G | [ckpt](https://huggingface.co/OpenGVLab/InternImage/resolve/main/cascade_internimage_xl_fpn_3x_coco.pth) \| [cfg](detection/configs/coco/cascade_internimage_xl_fpn_3x_coco.py) |
174174

175-
| backbone | method | box mAP (val/test) | #param | FLOPs | download |
176-
| :-----------: | :--------: | :----------------: | :----: | :---: | :------: |
177-
| InternImage-H | DINO (TTA) | 65.0 / 65.4 | 2.18B | TODO | TODO |
178-
| InternImage-G | DINO (TTA) | 65.3 / 65.5 | 3B | TODO | TODO |
175+
| backbone | method | box mAP (val/test) | #param | FLOPs | download |
176+
| :--------------: | :--------: | :----------------: | :----: | :---: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
177+
| CB-InternImage-H | DINO (TTA) | 65.0 / 65.4 | 2.18B | - | [ckpt](https://huggingface.co/OpenGVLab/InternImage/resolve/main/dino_4scale_cbinternimage_h_objects365_coco.pth) \| [cfg](https://github.com/OpenGVLab/InternImage/blob/master/detection/configs/coco/dino_4scale_cbinternimage_h_objects365_coco_ss.py) |
178+
| CB-InternImage-G | DINO (TTA) | 65.3 / 65.5 | 3B | - | TODO |
179179

180180
</div>
181181

0 commit comments

Comments
 (0)