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
ModelZoo
SOLOv2-pytorch
Commits
c6a62868
Commit
c6a62868
authored
Dec 19, 2018
by
yhcao6
Browse files
change pretrained model url
parent
56f7429f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
configs/pascal_voc/ssd300_voc.py
configs/pascal_voc/ssd300_voc.py
+1
-1
configs/pascal_voc/ssd512_voc.py
configs/pascal_voc/ssd512_voc.py
+1
-1
configs/ssd300_coco.py
configs/ssd300_coco.py
+1
-1
configs/ssd512_coco.py
configs/ssd512_coco.py
+1
-1
No files found.
configs/pascal_voc/ssd300_voc.py
View file @
c6a62868
...
...
@@ -2,7 +2,7 @@
input_size
=
300
model
=
dict
(
type
=
'SingleStageDetector'
,
pretrained
=
'
data/vgg_backbone.pth
'
,
pretrained
=
'
open-mmlab://vgg16_caffe
'
,
backbone
=
dict
(
type
=
'SSDVGG'
,
input_size
=
input_size
,
...
...
configs/pascal_voc/ssd512_voc.py
View file @
c6a62868
...
...
@@ -2,7 +2,7 @@
input_size
=
512
model
=
dict
(
type
=
'SingleStageDetector'
,
pretrained
=
'
data/vgg_backbone.pth
'
,
pretrained
=
'
open-mmlab://vgg16_caffe
'
,
backbone
=
dict
(
type
=
'SSDVGG'
,
input_size
=
input_size
,
...
...
configs/ssd300_coco.py
View file @
c6a62868
...
...
@@ -2,7 +2,7 @@
input_size
=
300
model
=
dict
(
type
=
'SingleStageDetector'
,
pretrained
=
'
data/vgg_backbone.pth
'
,
pretrained
=
'
open-mmlab://vgg16_caffe
'
,
backbone
=
dict
(
type
=
'SSDVGG'
,
input_size
=
input_size
,
...
...
configs/ssd512_coco.py
View file @
c6a62868
...
...
@@ -2,7 +2,7 @@
input_size
=
512
model
=
dict
(
type
=
'SingleStageDetector'
,
pretrained
=
'
data/vgg_backbone.pth
'
,
pretrained
=
'
open-mmlab://vgg16_caffe
'
,
backbone
=
dict
(
type
=
'SSDVGG'
,
input_size
=
input_size
,
...
...
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