mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
[Fix] Fix setr decode head typos. (#787)
This commit is contained in:
parent
b4fd32d049
commit
94a1946351
@ -11,7 +11,7 @@ from .decode_head import BaseDecodeHead
|
|||||||
class SETRMLAHead(BaseDecodeHead):
|
class SETRMLAHead(BaseDecodeHead):
|
||||||
"""Multi level feature aggretation head of SETR.
|
"""Multi level feature aggretation head of SETR.
|
||||||
|
|
||||||
MLA head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`.
|
MLA head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`_.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
mlahead_channels (int): Channels of conv-conv-4x of multi-level feature
|
mlahead_channels (int): Channels of conv-conv-4x of multi-level feature
|
||||||
|
@ -10,7 +10,7 @@ from .decode_head import BaseDecodeHead
|
|||||||
class SETRUPHead(BaseDecodeHead):
|
class SETRUPHead(BaseDecodeHead):
|
||||||
"""Naive upsampling head and Progressive upsampling head of SETR.
|
"""Naive upsampling head and Progressive upsampling head of SETR.
|
||||||
|
|
||||||
Naive or PUP head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`.
|
Naive or PUP head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`_.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
norm_layer (dict): Config dict for input normalization.
|
norm_layer (dict): Config dict for input normalization.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user