Skip to content

Commit 2acd563

Browse files
authored
[Fix] Fix setr decode head typos. (open-mmlab#787)
1 parent bcafcdd commit 2acd563

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmseg/models/decode_heads/setr_mla_head.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class SETRMLAHead(BaseDecodeHead):
1212
"""Multi level feature aggretation head of SETR.
1313
14-
MLA head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`.
14+
MLA head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`_.
1515
1616
Args:
1717
mlahead_channels (int): Channels of conv-conv-4x of multi-level feature

mmseg/models/decode_heads/setr_up_head.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class SETRUPHead(BaseDecodeHead):
1111
"""Naive upsampling head and Progressive upsampling head of SETR.
1212
13-
Naive or PUP head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`.
13+
Naive or PUP head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`_.
1414
1515
Args:
1616
norm_layer (dict): Config dict for input normalization.

0 commit comments

Comments
 (0)