1
0
Fork 0
mirror of synced 2024-05-17 03:12:18 +12:00
Commit graph

756 commits

Author SHA1 Message Date
nagadomi d8ca857a82 change initial weights 2015-07-11 14:52:51 +09:00
nagadomi 751fdc4b52 Merge branch 'master' of https://github.com/nagadomi/waifu2x 2015-06-28 23:56:51 +00:00
nagadomi a7a5f5b1b2 fix disk full 2015-06-28 23:56:12 +00:00
nagadomi fd9dadd7a4 use settings.validation_crop 2015-06-26 20:12:51 +09:00
nagadomi 0a37cefe25 Merge pull request #33 from nagadomi/ukbench
add new model for photo
2015-06-23 18:06:06 +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 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 81529b1ab8 Merge pull request #32 from nagadomi/rgb
add support for RGB color space reconstruction
2015-06-23 03:15:40 +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 628bd971c9 Merge branch 'master' of github.com:nagadomi/waifu2x into rgb 2015-06-22 23:04:17 +09:00
nagadomi 04c1d7f936 remove unused function 2015-06-22 23:03:14 +09:00
nagadomi 1cdceb1648 throw error when failed to load image 2015-06-22 23:01:56 +09:00
nagadomi 27423e6381 Merge pull request #28 from nagadomi/support_alpha_channel
add support for transparent png (retain the alpha channel)
2015-06-16 20:48:16 +09:00
nagadomi bbc3cac273 add support for transparent png (retain the alpha channel) 2015-06-16 20:41:48 +09:00
nagadomi f8112367e5 Update README.md 2015-06-14 01:58:18 +09:00
nagadomi 4548eddacd fix SSL error in demo page 2015-06-14 00:26:00 +09:00
nagadomi dd629dd015 Merge pull request #26 from nagadomi/merge_develop
remove support for cuDNN
2015-06-13 15:39:17 +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 a00becd65b remove AMI(temporary) 2015-05-31 20:24:44 +09:00
nagadomi 94629d8b31 update README 2015-05-26 00:48:38 +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 bf22c84e4a Merge pull request #15 from nagadomi/support_video
add a little support for video
2015-05-24 22:13:23 +09:00
nagadomi 7e34dff543 add a little support for video 2015-05-24 22:09:42 +09:00
nagadomi badfcec987 Merge pull request #10 from nagadomi/fix_chroma_scale
fix ugly chroma scaling
2015-05-22 20:14:17 +09:00
nagadomi 1c1f2292d1 fix ugly chroma scaling 2015-05-22 20:06:25 +09:00
nagadomi 0d115f46f6 fix data augmentation in pairwise_transform.scale 2015-05-22 18:59:25 +09:00
nagadomi 6a7ecfc45c fix typo #4 2015-05-21 12:23:11 +09:00
nagadomi 364ae0681f update README.md 2015-05-21 10:33:46 +09:00
nagadomi 2ecd3a4006 fix installation section (curl command) 2015-05-21 10:00:59 +09:00
nagadomi 43a0523545 update installation section 2015-05-21 09:56:50 +09:00
nagadomi 3e1d669244 update README.md 2015-05-21 09:49:59 +09:00
nagadomi b27ba28e17 add installation section to README #2 2015-05-21 09:45:51 +09:00
nagadomi ffcb460dfc fix hit 2015-05-20 19:38:37 +09:00
nagadomi 81adc86f3e add hint for firefox. 2015-05-20 19:30:46 +09:00
nagadomi a073c9eee4 Merge branch 'master' of github.com:nagadomi/waifu2x 2015-05-19 16:49:47 +09:00
nagadomi ffd52fdb2b super typo fix 2015-05-19 16:47:52 +09:00
nagadomi 72a1adb171 Update README.md 2015-05-19 08:14:08 +09:00
nagadomi 21391087b3 add cache for index 2015-05-18 13:15:24 +09:00
nagadomi f2f5c882eb add LICENSE and NOTICE 2015-05-17 17:26:53 +09:00
nagadomi 5727877ee4 add slide link 2015-05-17 07:25:01 +00:00
nagadomi 43614f46af add cron script; fix run-web.sh 2015-05-17 07:24:24 +00:00
nagadomi a10134935d add nginx conf 2015-05-17 06:28:02 +00:00
nagadomi 20d0f70d2a add README 2015-05-17 15:18:33 +09:00
nagadomi b86b7e7d59 add slide link 2015-05-17 15:18:18 +09:00
nagadomi a5907fef74 remove normalize.css 2015-05-17 14:43:47 +09:00
nagadomi 2231423056 update training script 2015-05-17 14:43:07 +09:00
Ubuntu 3b1a71883d update index.html 2015-05-17 03:53:09 +00:00