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
a12d3e43
Commit
a12d3e43
authored
Dec 12, 2018
by
yhcao6
Browse files
fix
parent
b320d0ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configs/pascal_voc/ssd512_voc.py
configs/pascal_voc/ssd512_voc.py
+1
-1
No files found.
configs/pascal_voc/ssd512_voc.py
View file @
a12d3e43
...
...
@@ -17,7 +17,7 @@ model = dict(
type
=
'SSDHead'
,
input_size
=
input_size
,
in_channels
=
(
512
,
1024
,
512
,
256
,
256
,
256
,
256
),
num_classes
=
8
1
,
num_classes
=
2
1
,
anchor_strides
=
(
8
,
16
,
32
,
64
,
128
,
256
,
512
),
basesize_ratio_range
=
(
0.1
,
0.9
),
anchor_ratios
=
([
2
],
[
2
,
3
],
[
2
,
3
],
[
2
,
3
],
[
2
,
3
],
[
2
],
[
2
]),
...
...
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