We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254077b commit ba05f59Copy full SHA for ba05f59
mmdet/models/mask_heads/fcn_mask_head.py
@@ -49,7 +49,7 @@ def __init__(self,
49
ConvModule(
50
in_channels,
51
self.conv_out_channels,
52
- 3,
+ self.conv_kernel_size,
53
padding=padding,
54
normalize=normalize,
55
bias=self.with_bias))
0 commit comments