huaaaliu / RGBX_Semantic_Segmentation

MIT License
296 stars 27 forks source link

模型图问题 #10

Closed zhouqunbing closed 1 year ago

zhouqunbing commented 1 year ago

模型图是不是少连了一根线? image 在代码中 out_x1 = x1 + self.lambda_c channel_weights[1] x2 + self.lambda_s spatial_weights[1] x2 out_x2 = x2 + self.lambda_c channel_weights[0] x1 + self.lambda_s spatial_weights[0] x1 x1的输出spatial_weights[1] * x2,而文中并没有画这条线。

elnino9ykl commented 1 year ago

您好,确实是漏了一根线,感谢指出,我们后续文章修改的时候会加上。