Skip to content

fdibaldassarre/waifu-th

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waifu-th

Reimplementation of Waifu2x in Python using Theano and Lasagne.

Requirements

Usage

To upscale and clean an image run:

./waifu.py -i noisy_image.png -m noise_scale --noise-level 1 -o new_image.png

To see all the available options type:

./waifu.py --help

Running on the GPU

To run the program on the GPU (much faster) use:

export THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32

see http://www.deeplearning.net/software/theano/install.html#using-the-gpu for more info.

TODO

Implement training.

More options.

About

Reimplementation of Waifu2x in Python+Theano

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages