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

Pre-trained Model #83

Open MahrukhAliKhanHypersoft opened 3 months ago

MahrukhAliKhanHypersoft commented 3 months ago

Hey. I have seen your GitHub repository. I cloned your repository and try to run it on my testing images. I run the command: python run_model.py --input_path=./testing_set --output_path=./testing_res --gpu=0. Following error has occurred in response to this command: NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ./checkpoints/color/deblur.model-523000 [[Node: save/RestoreV2_83 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2_83/tensor_names, save/RestoreV2_83/shape_and_slices)]]

I look for the deblur.model-523000 but there is no pre-trained model on your github repository. Kindly share your pre-trained model link