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
85c30cc6
Unverified
Commit
85c30cc6
authored
Feb 26, 2019
by
Kai Chen
Committed by
GitHub
Feb 26, 2019
Browse files
Merge pull request #349 from thangvubk/master
Fix variable conv kernel size in mask head
parents
254077be
ba05f59d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmdet/models/mask_heads/fcn_mask_head.py
mmdet/models/mask_heads/fcn_mask_head.py
+1
-1
No files found.
mmdet/models/mask_heads/fcn_mask_head.py
View file @
85c30cc6
...
@@ -49,7 +49,7 @@ class FCNMaskHead(nn.Module):
...
@@ -49,7 +49,7 @@ class FCNMaskHead(nn.Module):
ConvModule
(
ConvModule
(
in_channels
,
in_channels
,
self
.
conv_out_channels
,
self
.
conv_out_channels
,
3
,
self
.
conv_kernel_size
,
padding
=
padding
,
padding
=
padding
,
normalize
=
normalize
,
normalize
=
normalize
,
bias
=
self
.
with_bias
))
bias
=
self
.
with_bias
))
...
...
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