DeepFuse.pytorch icon indicating copy to clipboard operation
DeepFuse.pytorch copied to clipboard

The re-implementation of ICCV 2017 DeepFuse paper idea

Results 5 DeepFuse.pytorch issues
Sort by recently updated
recently updated
newest added

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? ![result2](https://user-images.githubusercontent.com/39369365/148676989-d9609786-3741-4c72-aa2e-74607aae7482.jpg)

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...