SegNeXt icon indicating copy to clipboard operation
SegNeXt copied to clipboard

The content of the article is inconsistent with the code

Open Flyingdog-Huang opened this issue 3 years ago • 1 comments

In codes, inputs = torch.cat(inputs, dim=1) https://github.com/Visual-Attention-Network/SegNeXt/blob/c87bcaef22ed2ad72ed3decb3727e5f879343516/mmseg/models/decode_heads/ham_head.py#L233

In paper, our decoder only receives features from the last three stages

can you tell me what happened

Flyingdog-Huang avatar Jan 18 '23 04:01 Flyingdog-Huang

You should learn the parameter "in_index".

3maoyap avatar Feb 15 '23 15:02 3maoyap