Skip to content
forked from MKFMIKU/RAISR

Google Rapid and Accurate Image Super Resolution

License

Notifications You must be signed in to change notification settings

zhangtingwz/RAISR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAISR

A unofficial Python implementation of Google Rapid and Accurate Image Super Resolution

forthebadge forthebadge

Prepare

Dataset will use 291

./getdataset.sh
python train.py

Train

usage: train.py [-h] [--rate RATE] [--patch PATCH] [--Qangle QANGLE]
                [--Qstrength QSTRENGTH] [--Qcoherence QCOHERENCE]
                [--datasets DATASETS]

RAISR

optional arguments:
  -h, --help            show this help message and exit
  --rate RATE           upscale scale rate
  --patch PATCH         image patch size
  --Qangle QANGLE       Training Qangle size
  --Qstrength QSTRENGTH
                        Training Qstrength size
  --Qcoherence QCOHERENCE
                        Training Qcoherence size
  --datasets DATASETS   path save the train dataset

Todo:

  • left test.py implment to get PSNR/SSIM/Runtime

About

Google Rapid and Accurate Image Super Resolution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.7%
  • Shell 5.3%