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
cfdd8050
Commit
cfdd8050
authored
Dec 10, 2018
by
yhcao6
Browse files
fix
parent
db852717
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configs/ssd512_coco.py
configs/ssd512_coco.py
+1
-1
No files found.
configs/ssd512_coco.py
View file @
cfdd8050
...
@@ -18,7 +18,7 @@ model = dict(
...
@@ -18,7 +18,7 @@ model = dict(
in_channels
=
(
512
,
1024
,
512
,
256
,
256
,
256
,
256
),
in_channels
=
(
512
,
1024
,
512
,
256
,
256
,
256
,
256
),
num_classes
=
81
,
num_classes
=
81
,
anchor_strides
=
(
8
,
16
,
32
,
64
,
128
,
256
,
512
),
anchor_strides
=
(
8
,
16
,
32
,
64
,
128
,
256
,
512
),
basesize_ratio_range
=
(
0.1
5
,
0.9
),
basesize_ratio_range
=
(
0.1
,
0.9
),
anchor_ratios
=
([
2
],
[
2
,
3
],
[
2
,
3
],
[
2
,
3
],
[
2
,
3
],
[
2
],
[
2
]),
anchor_ratios
=
([
2
],
[
2
,
3
],
[
2
,
3
],
[
2
,
3
],
[
2
,
3
],
[
2
],
[
2
]),
target_means
=
(.
0
,
.
0
,
.
0
,
.
0
),
target_means
=
(.
0
,
.
0
,
.
0
,
.
0
),
target_stds
=
(
0.1
,
0.1
,
0.2
,
0.2
)))
target_stds
=
(
0.1
,
0.1
,
0.2
,
0.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