SeungjunNah / DeepDeblur_release

Deep Multi-scale CNN for Dynamic Scene Deblurring
686 stars 143 forks source link

Demo code doesn't work for images of resolution 1920 × 1080 #34

Closed sbanerj2 closed 4 years ago

sbanerj2 commented 6 years ago

The demo code doesn't run if I use images of resolution, 1920 × 1080. However, it works for the images provided which have a dimension of 1280 × 720. Torch version used: 7.0 cudnn 5.1 GPU: NVIDIA GeForce GTX 1080 Ti GPU

hanshan1 commented 6 years ago

The demo code doesn't run if I use images of resolution, 1920 × 1080. However, it works for the images provided which have a dimension of 1280 × 720. Torch version used: 7.0 cudnn 5.1 GPU: NVIDIA GeForce GTX 1080 Ti GPU

And how dia you test the model on your picture? Looking forward for your replying

SeungjunNah commented 6 years ago

@sbanerj2 , @hanshan1 I'm sorry for the delayed response. I will enable half precision mode so that it could operate with reduced memory. I have been out of time these days running a conference. It lasts until this week, so please let me take some time to work on it.

SeungjunNah commented 4 years ago

PyTorch version now available here: https://github.com/SeungjunNah/DeepDeblur-PyTorch