DeepFuse.pytorch
DeepFuse.pytorch copied to clipboard
The re-implementation of ICCV 2017 DeepFuse paper idea
I tested your code with pytorch0.4.1 in windows, but the fusion result cannot display correctly. Any idea what caused this issue and how to fix it? 
U give datasets, i can't download. can you share me this dataset?
Here is the implementation of the original authors. http://val.serc.iisc.ernet.in/DeepFuseICCV17/
hey there, I notice that your code for loss function in ssim_loss_function.py is quite similar to the code I found in https://stackoverflow.com/questions/39051451/ssim-ms-ssim-for-tensorflow However, this seems to be SSIM LOSS function...