Visual-Attention-Network / SegNeXt

Official Pytorch implementations for "SegNeXt: Rethinking Convolutional Attention Design for Semantic Segmentation" (NeurIPS 2022)
Apache License 2.0
794 stars 85 forks source link

随机性问题 #66

Closed bjzhb666 closed 5 months ago

bjzhb666 commented 5 months ago

SegNext中使用的Hamburger head会在测试过程中产生随机性,请问怎么这种随机性会影响算法性能吗?在设计过程中这种随机性对指标的影响怎么样呢? 见https://github.com/open-mmlab/mmsegmentation/blob/main/mmseg/models/decode_heads/ham_head.py#L119-L126