update deblur demo

pull/96/head
mayorx 2022-04-27 13:40:55 +08:00
parent 3139ab6e34
commit a0773bd7d2
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -55,7 +55,7 @@ python setup.py develop --no_cuda_ext
``` ```
* Image Deblur: * Image Deblur:
``` ```
python basicsr/demo.py -opt options/test/GoPro/NAFNet-width64.yml --input_path ./demo/blurry.png --output_path ./demo/deblur_img.png python basicsr/demo.py -opt options/test/REDS/NAFNet-width64.yml --input_path ./demo/blurry.jpg --output_path ./demo/deblur_img.png
``` ```
* ```--input_path```: the path of the degraded image * ```--input_path```: the path of the degraded image
* ```--output_path```: the path to save the predicted image * ```--output_path```: the path to save the predicted image