lhoyer / HRDA

[ECCV22] Official Implementation of HRDA: Context-Aware High-Resolution Domain-Adaptive Semantic Segmentation
Other
233 stars 31 forks source link

Question about the hrda_head #26

Closed HuayuWong closed 1 year ago

HuayuWong commented 1 year ago

Hi Lucas!

In https://github.com/lhoyer/HRDA/blob/master/mmseg/models/decode_heads/hrda_head.py#L210, the function forward() returns 3 values 'fused_seg, lr_seg, hr_seg'. Then, in L225, 'seg_logits' will be a tuple and cause errors. Is there something wrong with the code?