Skip to content

Hi-king/chainer_superresolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN Superresolution

How to train

2x upsampling

python train.py --gpu=1 simple3layer imgs/double/directory_contains_imgs

Evaluation

python evaluation.py --gpu=1 output/simple3layer_9900001.dump imgs/miku_CC_BY-NC.jpg
open noisy.png # downsampled img
open converted.png # converted from noisy.png

About

CNN based superresolution implemented with chainer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages