"pcdet/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "3b2bcdafeeb99aadbd981854e8e01683b7f302b8"
Commit a5ccf4ba authored by zhe chen's avatar zhe chen
Browse files

Update VOC configs

parent c7781d7b
......@@ -2,7 +2,7 @@ _base_ = [
'../_base_/datasets/voc0712.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(
type='CBDINO',
backbone=dict(
......
......@@ -2,7 +2,7 @@ _base_ = [
'../_base_/datasets/voc0712.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(
type='CBDINO',
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