1
0
Fork 0
mirror of synced 2024-05-02 03:52:19 +12:00
Commit graph

10 commits

Author SHA1 Message Date
nagadomi 8f4f54d955 Update images 2018-11-14 19:17:41 +09:00
nagadomi f65e723ef9 Add a tool for visualizing layer outputs 2018-01-26 08:20:26 +09:00
nagadomi 6761b852b9 Update images 2016-07-09 15:42:50 +09:00
nagadomi cc15a877bd Update supplementary material 2015-11-15 09:58:49 +09:00
nagadomi 8dea362bed sync from internal repo
- Memory compression by snappy (lua-csnappy)
- Use RGB-wise Weighted MSE(R*0.299, G*0.587, B*0.114) instead of MSE
- Aggressive cropping for edge region
and some change.
2015-10-26 09:23:52 +09:00
nagadomi 95e9d276a3 add new model for photo
- add ukbench model (models/ukbench)
- ukbench model was trained by Recognition Benchmark Images (http://www.vis.uky.edu/~stewe/ukbench/)

usage:
$ th waifu2x.lua -m scale -model_dir models/ukbench -i input.jpg -o output.png
2015-06-23 18:03:23 +09:00
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 a706892b59 merge develop repo
- remove support for cuDNN
- add new pre-trained model and json files
- some changes in training script

If you have cuDNN model, Please run following commands to convert.
$ cp models/your_own_model.t7 models/your_own_model.t7.backup
$ th cudnn2cunn.lua -model models/your_own_model.t7
2015-06-13 15:20:40 +09:00
nagadomi 1c1f2292d1 fix ugly chroma scaling 2015-05-22 20:06:25 +09:00
nagadomi 243e9044cd add slide and appendix 2015-05-17 03:59:49 +09:00