sndnshr / DeepFuse

Pytorch implementation of DeepFuse paper published in ICCV 2017 (Unofficial)
2 stars 0 forks source link

Fusion images blur #1

Open DesBonbons opened 1 year ago

DesBonbons commented 1 year ago

Hello, sir,I have tried your code, but currently I have found that the model I trained fused the image results in blurry structural details. I would like to know if you have also experienced this problem and how to solve it?

sndnshr commented 11 months ago

Hi, My apologies, I didn't notice this question over the summer. I did this as a course project and got artifacts in my output images from the final trained model. Did not work on this afterwards. If you're looking for just testing, official model is available here: https://github.com/KRamPrabhakar/DeepFuse

sirizhou commented 8 months ago

Hello, sir,I have tried your code, but currently I have found that the model I trained fused the image results in blurry structural details. I would like to know if you have also experienced this problem and how to solve it?

I got the same question, have you solved it?