mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
Update mmseg/models/decode_heads/sep_fcn_head.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
This commit is contained in:
parent
1988f09cdd
commit
95d1a8d8d7
@ -37,8 +37,8 @@ class DepthwiseSeparableFCNHead(FCNHead):
|
|||||||
self.convs[i] = DepthwiseSeparableConvModule(
|
self.convs[i] = DepthwiseSeparableConvModule(
|
||||||
self.channels,
|
self.channels,
|
||||||
self.channels,
|
self.channels,
|
||||||
kernel_size=3,
|
kernel_size=self.kernel_size,
|
||||||
padding=1,
|
padding=self.kernel_size//2,
|
||||||
norm_cfg=self.norm_cfg)
|
norm_cfg=self.norm_cfg)
|
||||||
|
|
||||||
if self.concat_input:
|
if self.concat_input:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user