1
0
Fork 0
mirror of synced 2024-06-03 03:24:33 +12:00
Commit graph

27 commits

Author SHA1 Message Date
nagadomi c4657b4720 disabling the photo model in web.lua
I will support the photo model in the next version
2015-11-15 09:25:48 +09:00
nagadomi c345f35ed0 Use Image.toString instead of Image.toBlob 2015-11-13 16:11:12 +09:00
nagadomi 13dad2ec26 Add support for photo denosing model in web.lua 2015-11-13 16:07:30 +09:00
nagadomi b63e08905b Remove unused variable 2015-11-11 10:54:28 +09:00
nagadomi 4a4885c856 Add -white_noise option
post-processing for anime screencap.
2015-11-11 10:42:33 +09:00
nagadomi 6e41796328 Use gamma 2.2 space when resizing 2015-11-08 20:28:14 +09:00
nagadomi 5ab2c605c8 Fix header include order issues 2015-11-08 18:31:46 +09:00
nagadomi 3b2aa67e55 Improve web interface 2015-11-07 22:54:29 +09:00
nagadomi 539941c234 Add support for url cache in web.lua 2015-11-06 12:24:27 +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 956ae0d24c merge from master 2015-10-26 09:39:41 +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 b35798016e Added support for index.ru.html in web.lua 2015-09-07 14:51:56 +09:00
nagadomi a7a5f5b1b2 fix disk full 2015-06-28 23:56:12 +00:00
nagadomi 6a91d7d3b4 Merge branch 'master' of https://github.com/nagadomi/waifu2x 2015-06-22 18:17:50 +00:00
nagadomi 0a683fcb34 multi GPU server 2015-06-22 18:17:41 +00: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 4548eddacd fix SSL error in demo page 2015-06-14 00:26:00 +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 ffd52fdb2b super typo fix 2015-05-19 16:47:52 +09:00
nagadomi 21391087b3 add cache for index 2015-05-18 13:15:24 +09:00
nagadomi 9486ed1d76 change error message 2015-05-17 12:21:02 +09:00
nagadomi a49876e33e collectgarbage 2015-05-17 04:00:40 +09:00
nagadomi 1273b3609e first commit 2015-05-16 14:48:05 +09:00