Commit a5ccf4ba authored by zhe chen's avatar zhe chen
Browse files

Update VOC configs

parent c7781d7b
...@@ -2,7 +2,7 @@ _base_ = [ ...@@ -2,7 +2,7 @@ _base_ = [
'../_base_/datasets/voc0712.py', '../_base_/datasets/voc0712.py',
'../_base_/default_runtime.py' '../_base_/default_runtime.py'
] ]
load_from = 'https://huggingface.co/OpenGVLab/InternImage/resolve/main/dino_4scale_cbinternimage_h_objects365_80classes.pth' load_from = 'https://huggingface.co/OpenGVLab/InternImage/resolve/main/dino_4scale_cbinternimage_h_objects365_20classes.pth'
model = dict( model = dict(
type='CBDINO', type='CBDINO',
backbone=dict( backbone=dict(
......
...@@ -2,7 +2,7 @@ _base_ = [ ...@@ -2,7 +2,7 @@ _base_ = [
'../_base_/datasets/voc0712.py', '../_base_/datasets/voc0712.py',
'../_base_/default_runtime.py' '../_base_/default_runtime.py'
] ]
load_from = 'https://huggingface.co/OpenGVLab/InternImage/resolve/main/dino_4scale_cbinternimage_h_objects365_80classes.pth' load_from = 'https://huggingface.co/OpenGVLab/InternImage/resolve/main/dino_4scale_cbinternimage_h_objects365_20classes.pth'
model = dict( model = dict(
type='CBDINO', type='CBDINO',
backbone=dict( backbone=dict(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment