https://github.com/aakarsh/siun

Sharp Image Deblurring

https://github.com/aakarsh/siun

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: ieee.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Sharp Image Deblurring

Basic Info
  • Host: GitHub
  • Owner: aakarsh
  • Default Branch: master
  • Homepage:
  • Size: 46 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of minyuanye/SIUN
Created about 6 years ago · Last pushed about 6 years ago

https://github.com/aakarsh/SIUN/blob/master/

# Scale-Iterative Upscaling Network for Image Deblurring
by Minyuan Ye, Dong Lyu and Gengsheng Chen
pdf [[main](https://ieeexplore.ieee.org/document/8963625)][[backup](http://lab.zhuzhuguowang.cn:36900/croxline/Paper/Scale-Iterative%20Upscaling%20Network%20for%20Image%20Deblurring.pdf)] ### One real example ![/comparisions/images_in_paper/real_building1_comparision.png](../master/comparisons/images_in_paper/Real_building1_comparison.png)
(a) Result of Nah et al. (b) Result of Tao et al. (c) Result of Zhang et al. (d) Our result.
### Results on benchmark datasets ![/comparisions/images_in_paper/benchmark_comparison.png](../master/comparisons/images_in_paper/benchmark_comparison.png)
From top to bottom are blurry input, deblurring results of Nah et al., Tao et al., Zhang et al. and ours.

### Results on real-world blurred images ![/comparisions/images_in_paper/real_comparison.png](../master/comparisons/images_in_paper/real_comparison.png)
From top to bottom are images restored by Pan et al., Nah et al., Tao et al., Zhang et al. and ours. As space limits, the original blurry images are omitted here. They can be viewed in Lai dataset with their names, from left to right: boy_statue, pietro, street4 and text1.
## Prerequisites Please refer to "/code/requirements.txt".
## Installation ``` git clone https://github.com/minyuanye/SIUN.git cd code ``` ## Basic usage You can always add '--gpu=' to specify GPU ID, the default ID is 0.
1. For deblurring an image:
**python deblur.py --apply --file-path=''**
2. For deblurring all images in a folder:
**python deblur.py --apply --dir-path=''**
Add '--result-dir=' to specify output path. If it is not specified, the default path is './output'.
3. For testing the model:
**python deblur.py --test**
Note that this command can only be used to test GOPRO dataset. And it will load all images into memory first. We recommand to use '--apply' as an alternative (Item 2).
Please set value of 'test_directory_path' to specify the GOPRO dataset path in file 'config.py'.
4. For training a new model:
**python deblur.py --train**
Please remove the model file in 'model' first and set value of 'train_directory_path' to specify the GOPRO dataset path in file 'config.py'.
When it finishes, run:
**python deblur.py --verify**
## Advanced usage Please refer to the source code. Most configuration parameters are listed in '/code/src/config.py'. ## Citation If you use any part of our code, or SIUN is useful for your research, please consider citing: ```bibtex @ARTICLE{8963625, author={M. {Ye} and D. {Lyu} and G. {Chen}}, journal={IEEE Access}, title={Scale-Iterative Upscaling Network for Image Deblurring}, year={2020}, volume={8}, number={}, pages={18316-18325}, keywords={Blind deblurring;curriculum learning;scale-iterative;upscaling network}, doi={10.1109/ACCESS.2020.2967823}, ISSN={2169-3536}, month={},} ```

Owner

  • Name: Aakarsh Nair
  • Login: aakarsh
  • Kind: user
  • Location: Portland, OR
  • Company: www.nentei.com

“The present moment is the only moment available to us and it is the door to all other moments.” ~TNH

GitHub Events

Total
Last Year