1
0
Fork 0
mirror of synced 2024-09-28 15:31:25 +12:00
Commit graph

2 commits

Author SHA1 Message Date
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
nagadomi
243e9044cd add slide and appendix 2015-05-17 03:59:49 +09:00