1
0
Fork 0
mirror of synced 2024-09-29 08:51:11 +13:00
waifu2x/lib
nagadomi 5b4d692f03 add support for RGB color space reconstruction
- add new RGB model (models/anime_style_art_rgb).
- RGB model can reduce color noise.
- waifu2x uses this RGB model by default.

You can use Y model with:
$ th waifu2x.lua -model_dir models/anime_style_art -i input.png -o output.png
$ th train.lua -color y ...
2015-06-23 02:55:30 +09:00
..
image_loader.lua Merge branch 'master' of github.com:nagadomi/waifu2x into rgb 2015-06-22 23:04:17 +09:00
iproc.lua remove unused function 2015-06-22 23:03:14 +09:00
LeakyReLU.lua first commit 2015-05-16 14:48:05 +09:00
minibatch_adam.lua update training script 2015-05-17 14:43:07 +09:00
pairwise_transform.lua add support for RGB color space reconstruction 2015-06-23 02:55:30 +09:00
portable.lua merge develop repo 2015-06-13 15:20:40 +09:00
reconstruct.lua add support for RGB color space reconstruction 2015-06-23 02:55:30 +09:00
settings.lua add support for RGB color space reconstruction 2015-06-23 02:55:30 +09:00
srcnn.lua add support for RGB color space reconstruction 2015-06-23 02:55:30 +09:00