Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dcnv3
Commits
3bd2e7b9
Commit
3bd2e7b9
authored
Mar 01, 2025
by
zhe chen
Browse files
Update README.md
parent
01b319fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
33 deletions
+33
-33
README.md
README.md
+15
-15
classification/README.md
classification/README.md
+18
-18
No files found.
README.md
View file @
3bd2e7b9
...
@@ -125,12 +125,12 @@ Some other projects related to InternImage include the pretraining algorithm "M3
...
@@ -125,12 +125,12 @@ Some other projects related to InternImage include the pretraining algorithm "M3
<br>
<br>
<div>
<div>
| name | pretrain | resolution | #param | download |
| name |
pretrain
| resolution | #param | download |
| :------------: | :----------: | :--------: | :----: | :---------------------------------------------------------------------------------------------------: |
| :------------: | :----------
--------
: | :--------: | :----: | :---------------------------------------------------------------------------------------------------: |
| InternImage-L |
ImageNet-22K
| 384x384 | 223M |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_l_22k_192to384.pth
)
|
| InternImage-L |
IN-22K
| 384x384 | 223M |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_l_22k_192to384.pth
)
|
| InternImage-XL |
ImageNet-22K
| 384x384 | 335M |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_xl_22k_192to384.pth
)
|
| InternImage-XL |
IN-22K
| 384x384 | 335M |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_xl_22k_192to384.pth
)
|
| InternImage-H |
Joint 427M | 384x384 | 1.08B |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_h_jointto22k_384.pth
)
|
| InternImage-H | Joint 427M
-> IN-22K
| 384x384 | 1.08B |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_h_jointto22k_384.pth
)
|
| InternImage-G |
Joint 427M | 384x384 | 3B |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_g_pretrainto22k_384.pth
)
|
| InternImage-G | Joint 427M
-> IN-22K
| 384x384 | 3B |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_g_pretrainto22k_384.pth
)
|
</div>
</div>
...
@@ -141,15 +141,15 @@ Some other projects related to InternImage include the pretraining algorithm "M3
...
@@ -141,15 +141,15 @@ Some other projects related to InternImage include the pretraining algorithm "M3
<br>
<br>
<div>
<div>
| name | pretrain | resolution | acc@1 | #param | FLOPs | download |
| name |
pretrain
| resolution | acc@1 | #param | FLOPs | download |
| :------------: | :----------: | :--------: | :---: | :----: | :---: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| :------------: | :----------
--------
: | :--------: | :---: | :----: | :---: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| InternImage-T |
ImageNet-1K
| 224x224 | 83.5 | 30M | 5G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_t_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_t_1k_224.yaml
)
|
| InternImage-T |
IN-1K
| 224x224 | 83.5 | 30M | 5G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_t_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_t_1k_224.yaml
)
|
| InternImage-S |
ImageNet-1K
| 224x224 | 84.2 | 50M | 8G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_s_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_s_1k_224.yaml
)
|
| InternImage-S |
IN-1K
| 224x224 | 84.2 | 50M | 8G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_s_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_s_1k_224.yaml
)
|
| InternImage-B |
ImageNet-1K
| 224x224 | 84.9 | 97M | 16G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_b_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_b_1k_224.yaml
)
|
| InternImage-B |
IN-1K
| 224x224 | 84.9 | 97M | 16G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_b_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_b_1k_224.yaml
)
|
| InternImage-L |
ImageNet-22K
| 384x384 | 87.7 | 223M | 108G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_l_22kto1k_384.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_l_22kto1k_384.yaml
)
|
| InternImage-L |
IN-22K
| 384x384 | 87.7 | 223M | 108G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_l_22kto1k_384.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_l_22kto1k_384.yaml
)
|
| InternImage-XL |
ImageNet-22K
| 384x384 | 88.0 | 335M | 163G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_xl_22kto1k_384.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_xl_22kto1k_384.yaml
)
|
| InternImage-XL |
IN-22K
| 384x384 | 88.0 | 335M | 163G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_xl_22kto1k_384.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_xl_22kto1k_384.yaml
)
|
| InternImage-H |
Joint 427M | 640x640 | 89.6 | 1.08B | 1478G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_h_22kto1k_640.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_h_22kto1k_640.yaml
)
|
| InternImage-H | Joint 427M
-> IN-22K
| 640x640 | 89.6 | 1.08B | 1478G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_h_22kto1k_640.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_h_22kto1k_640.yaml
)
|
| InternImage-G |
Joint 427M | 512x512 | 90.1 | 3B | 2700G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_g_22kto1k_512.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_g_22kto1k_512.yaml
)
|
| InternImage-G | Joint 427M
-> IN-22K
| 512x512 | 90.1 | 3B | 2700G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_g_22kto1k_512.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_g_22kto1k_512.yaml
)
|
</div>
</div>
...
...
classification/README.md
View file @
3bd2e7b9
...
@@ -197,12 +197,12 @@ We provide the following ways to prepare data:
...
@@ -197,12 +197,12 @@ We provide the following ways to prepare data:
<br>
<br>
<div>
<div>
| name | pretrain | resolution | #param | download |
| name |
pretrain
| resolution | #param | download |
| :------------: | :----------: | :--------: | :----: | :---------------------------------------------------------------------------------------------------: |
| :------------: | :----------
--------
: | :--------: | :----: | :---------------------------------------------------------------------------------------------------: |
| InternImage-L |
ImageNet-22K
| 384x384 | 223M |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_l_22k_192to384.pth
)
|
| InternImage-L |
IN-22K
| 384x384 | 223M |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_l_22k_192to384.pth
)
|
| InternImage-XL |
ImageNet-22K
| 384x384 | 335M |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_xl_22k_192to384.pth
)
|
| InternImage-XL |
IN-22K
| 384x384 | 335M |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_xl_22k_192to384.pth
)
|
| InternImage-H |
Joint 427M | 384x384 | 1.08B |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_h_jointto22k_384.pth
)
|
| InternImage-H | Joint 427M
-> IN-22K
| 384x384 | 1.08B |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_h_jointto22k_384.pth
)
|
| InternImage-G |
Joint 427M | 384x384 | 3B |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_g_pretrainto22k_384.pth
)
|
| InternImage-G | Joint 427M
-> IN-22K
| 384x384 | 3B |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_g_pretrainto22k_384.pth
)
|
</div>
</div>
...
@@ -213,15 +213,15 @@ We provide the following ways to prepare data:
...
@@ -213,15 +213,15 @@ We provide the following ways to prepare data:
<br>
<br>
<div>
<div>
| name | pretrain | resolution | acc@1 | #param | FLOPs | download |
| name |
pretrain
| resolution | acc@1 | #param | FLOPs | download |
| :------------: | :----------: | :--------: | :---: | :----: | :---: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| :------------: | :----------
--------
: | :--------: | :---: | :----: | :---: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| InternImage-T |
ImageNet-1K
| 224x224 | 83.5 | 30M | 5G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_t_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_t_1k_224.yaml
)
\|
[
log
](
https://huggingface.co/OpenGVLab/InternImage/raw/main/internimage_t_1k_224.log
)
|
| InternImage-T |
IN-1K
| 224x224 | 83.5 | 30M | 5G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_t_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_t_1k_224.yaml
)
\|
[
log
](
https://huggingface.co/OpenGVLab/InternImage/raw/main/internimage_t_1k_224.log
)
|
| InternImage-S |
ImageNet-1K
| 224x224 | 84.2 | 50M | 8G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_s_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_s_1k_224.yaml
)
\|
[
log
](
https://huggingface.co/OpenGVLab/InternImage/raw/main/internimage_s_1k_224.log
)
|
| InternImage-S |
IN-1K
| 224x224 | 84.2 | 50M | 8G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_s_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_s_1k_224.yaml
)
\|
[
log
](
https://huggingface.co/OpenGVLab/InternImage/raw/main/internimage_s_1k_224.log
)
|
| InternImage-B |
ImageNet-1K
| 224x224 | 84.9 | 97M | 16G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_b_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_b_1k_224.yaml
)
\|
[
log
](
https://huggingface.co/OpenGVLab/InternImage/raw/main/internimage_b_1k_224.log
)
|
| InternImage-B |
IN-1K
| 224x224 | 84.9 | 97M | 16G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_b_1k_224.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_b_1k_224.yaml
)
\|
[
log
](
https://huggingface.co/OpenGVLab/InternImage/raw/main/internimage_b_1k_224.log
)
|
| InternImage-L |
ImageNet-22K
| 384x384 | 87.7 | 223M | 108G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_l_22kto1k_384.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_l_22kto1k_384.yaml
)
|
| InternImage-L |
IN-22K
| 384x384 | 87.7 | 223M | 108G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_l_22kto1k_384.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_l_22kto1k_384.yaml
)
|
| InternImage-XL |
ImageNet-22K
| 384x384 | 88.0 | 335M | 163G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_xl_22kto1k_384.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_xl_22kto1k_384.yaml
)
|
| InternImage-XL |
IN-22K
| 384x384 | 88.0 | 335M | 163G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_xl_22kto1k_384.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_xl_22kto1k_384.yaml
)
|
| InternImage-H |
Joint 427M | 640x640 | 89.6 | 1.08B | 1478G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_h_22kto1k_640.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_h_22kto1k_640.yaml
)
|
| InternImage-H | Joint 427M
-> IN-22K
| 640x640 | 89.6 | 1.08B | 1478G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_h_22kto1k_640.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_h_22kto1k_640.yaml
)
|
| InternImage-G |
Joint 427M | 512x512 | 90.1 | 3B | 2700G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_g_22kto1k_512.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_g_22kto1k_512.yaml
)
|
| InternImage-G | Joint 427M
-> IN-22K
| 512x512 | 90.1 | 3B | 2700G |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_g_22kto1k_512.pth
)
\|
[
cfg
](
configs/without_lr_decay/internimage_g_22kto1k_512.yaml
)
|
</div>
</div>
...
@@ -232,9 +232,9 @@ We provide the following ways to prepare data:
...
@@ -232,9 +232,9 @@ We provide the following ways to prepare data:
<br>
<br>
<div>
<div>
| name | pretrain | resolution | acc@1 | #param | download |
| name |
pretrain
| resolution | acc@1 | #param | download |
| :-----------: | :--------: | :--------: | :---: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| :-----------: | :--------
----------
: | :--------: | :---: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| InternImage-H | Joint 427M | 384x384 | 92.6 | 1.1B |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_h_22ktoinat18_384.pth
)
\|
[
cfg
](
configs/inaturalist2018/internimage_h_22ktoinat18_384.yaml
)
\|
[
log
](
https://huggingface.co/OpenGVLab/InternImage/raw/main/internimage_h_22ktoinat18_384.log
)
|
| InternImage-H | Joint 427M
-> IN-22K
| 384x384 | 92.6 | 1.1B |
[
ckpt
](
https://huggingface.co/OpenGVLab/InternImage/resolve/main/internimage_h_22ktoinat18_384.pth
)
\|
[
cfg
](
configs/inaturalist2018/internimage_h_22ktoinat18_384.yaml
)
\|
[
log
](
https://huggingface.co/OpenGVLab/InternImage/raw/main/internimage_h_22ktoinat18_384.log
)
|
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment