sczhou / DAVANet

[CVPR 2019, Oral] DAVANet: Stereo Deblurring with View Aggregation
MIT License
137 stars 25 forks source link

some questions about the test result #2

Closed gittigxuy closed 5 years ago

gittigxuy commented 5 years ago

when I set the phase to test,I get the following result,I could not find the deblur result,and the deblured picture's color strange,what should I do? result

left picture is original picture,the middle picture is original sharp picture,and the right picture is deblured picture use your given model{ckpt-best.pth.zip}

sczhou commented 5 years ago

I'm sorry about that, I guess that's my problem, and I will solve it as soon as possible. Thanks!

gittigxuy commented 5 years ago

furthermore,I change your code to train gopro dataset use your given pretrained model{ckpt-best.pth.zip} and use your deblurnet part,the train speed is too slow and it does not have deblur effect.I am looking forward you to update your code.Thanks

sczhou commented 5 years ago

I fixed this bug, and you need to download the pre-trained model again. Thanks!

gittigxuy commented 5 years ago

Thanks,could you share your demo result and the original blur image?I will try your new code next Monday.