Skip to content

Commit

Permalink
update deblur demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorx committed Apr 27, 2022
1 parent 3139ab6 commit a0773bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed demo/blurry.png
Binary file not shown.
Binary file removed demo/deblur_img.png
Binary file not shown.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ python setup.py develop --no_cuda_ext
```
* 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
* ```--output_path```: the path to save the predicted image
Expand Down

0 comments on commit a0773bd

Please sign in to comment.