1
0
Fork 0
mirror of synced 2024-06-02 19:14:30 +12:00
Commit graph

17 commits

Author SHA1 Message Date
nagadomi 5ab2c605c8 Fix header include order issues 2015-11-08 18:31:46 +09:00
nagadomi 57115bdcac Add -depth option 2015-11-07 23:01:57 +09:00
nagadomi 903d945652 cleanup 2015-11-06 10:08:54 +09:00
nagadomi 1f91548c6e Fix model loading error when using ukbench model; Add error handling 2015-11-05 16:17:55 +09:00
nagadomi 425898a3aa Don't use cudnn.benchmark mode when predicting 2015-10-31 22:09:21 +09:00
nagadomi 3abc5a03e3 refactor 2015-10-28 16:01:07 +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 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 bbc3cac273 add support for transparent png (retain the alpha channel) 2015-06-16 20:41:48 +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 2a30216798 add resume option
you can resume video upscaling with `-resume 1` option.
2015-05-26 00:37:23 +09:00
nagadomi 11ff1d54ce use path.exists 2015-05-26 00:25:14 +09:00
BrokenSilence c48c3eb017 Added ability to resume Video Upscaling
You can stop the Video Upscaling by sending "Ctrl + C" to the terminal.
Then simply run the same command again to start video upscaling, and it will skip all frames already processed.
2015-05-25 15:22:29 +01:00
nagadomi 7e34dff543 add a little support for video 2015-05-24 22:09:42 +09:00
nagadomi 1c1f2292d1 fix ugly chroma scaling 2015-05-22 20:06:25 +09:00
nagadomi ffd52fdb2b super typo fix 2015-05-19 16:47:52 +09:00
nagadomi 1273b3609e first commit 2015-05-16 14:48:05 +09:00