The code of " Image fusion in the loop of high-level vision tasks: A semantic-aware real-time infrared and visible image fusion network"
210
stars
37
forks
source link
Do you use only one channel in FuSionNet ? #16
Open
chengyu89527 opened 1 year ago
def forward(self, image_vis,image_ir):
split data into RGB and INF
x_vis_origin only get one channel? why?