Skip to content

Commit a5ccf4b

Browse files
committed
Update VOC configs
1 parent c7781d7 commit a5ccf4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

detection/configs/voc/dino_4scale_cbinternimage_h_objects365_voc07.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'../_base_/datasets/voc0712.py',
33
'../_base_/default_runtime.py'
44
]
5-
load_from = 'https://huggingface.co/OpenGVLab/InternImage/resolve/main/dino_4scale_cbinternimage_h_objects365_80classes.pth'
5+
load_from = 'https://huggingface.co/OpenGVLab/InternImage/resolve/main/dino_4scale_cbinternimage_h_objects365_20classes.pth'
66
model = dict(
77
type='CBDINO',
88
backbone=dict(

detection/configs/voc/dino_4scale_cbinternimage_h_objects365_voc12.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'../_base_/datasets/voc0712.py',
33
'../_base_/default_runtime.py'
44
]
5-
load_from = 'https://huggingface.co/OpenGVLab/InternImage/resolve/main/dino_4scale_cbinternimage_h_objects365_80classes.pth'
5+
load_from = 'https://huggingface.co/OpenGVLab/InternImage/resolve/main/dino_4scale_cbinternimage_h_objects365_20classes.pth'
66
model = dict(
77
type='CBDINO',
88
backbone=dict(

0 commit comments

Comments
 (0)