File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mmseg/models/decode_heads Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111class 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
Original file line number Diff line number Diff line change 1010class 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.
You can’t perform that action at this time.
0 commit comments