jiangsutx / SRN-Deblur

Repository for Scale-recurrent Network for Deep Image Deblurring
http://www.xtao.website/projects/srndeblur/srndeblur_cvpr18.pdf
MIT License
709 stars 184 forks source link

Using own image post-training #34

Closed jpds closed 5 years ago

jpds commented 5 years ago

Quick question: after one has trained the model on the go-pro dataset - how can I then input a random blurry picture into the model to have it generate a non-blurred image?

jiangsutx commented 5 years ago

You can put your trained model inside checkpoints\ folder, then test images in the same way as using our pre-trained models.