摘要: 论文阅读:Adaptive Fusion for RGB-D Salient Object Detection 这篇代码的创新点在于使用了SW层,使用SW_logits * img_logits + (1 - SW_logits) * (1 - depth_logits) 来获得最终的预测结果 另外 阅读全文
posted @ 2019-05-05 23:43 python我的最爱 阅读(1464) 评论(2) 推荐(0)