1
0
Fork 0
mirror of synced 2024-05-19 20:32:22 +12:00
Commit graph

79 commits

Author SHA1 Message Date
nagadomi 36a53fa0c5 Update the torch7 install instruction in README 2015-10-12 02:08:00 +09:00
nagadomi f399b34799 Added support for ru in nginx.conf 2015-09-07 15:16:44 +09:00
nagadomi b35798016e Added support for index.ru.html in web.lua 2015-09-07 14:51:56 +09:00
vitaliylag 7aab0b4e12 typo 2015-09-07 06:59:10 +03:00
vitaliylag dcba842b51 Update index.ru.html 2015-09-07 06:40:05 +03:00
vitaliylag 9475d2e885 Update index.html 2015-09-07 06:38:07 +03:00
vitaliylag fc021b5fe8 Create index.ru.html 2015-09-07 02:54:21 +03:00
vitaliylag 749d7b2f67 Update index.ja.html 2015-09-07 02:53:49 +03:00
vitaliylag 4628671201 Update index.html 2015-09-07 02:52:55 +03:00
nagadomi 42d11a9be0 Merge pull request #48 from mrkn/patch-1
Fix typo
2015-08-30 18:57:59 +09:00
Kenta Murata 306ee3c76d Fix typo 2015-08-30 10:47:20 +09:00
nagadomi 6cab1329dd Merge pull request #46 from KevinFrans3/master
Added descriptions on how to install cuda
2015-08-26 14:05:42 +09:00
Kevin Frans ef9e1c42ce Added descriptions on how to install cud 2015-08-25 20:27:55 -07:00
nagadomi 8c7bda11fb add new AMI 2015-08-12 23:06:27 +09:00
nagadomi 291a139ed8 improve nginx config 2015-08-12 23:01:45 +09:00
nagadomi 0b9a8b514c Merge pull request #44 from nagadomi/remove_cunn_rescue
explicitly loading torch/cutorch
2015-08-05 16:22:31 +09:00
nagadomi ee826715b7 explicitly loading torch/cutorch 2015-08-05 16:20:45 +09:00
nagadomi e62c424109 Merge pull request #43 from nagadomi/remove_cunn_rescue
remove exception handling for cunn
2015-08-05 16:06:39 +09:00
nagadomi 2ffa93213e remove exception handling for cunn 2015-08-05 16:03:51 +09:00
nagadomi 716b8abb8b Merge pull request #42 from nagadomi/fix_nn_issue
fix missing nn in latest torch7
2015-08-05 11:51:39 +09:00
nagadomi dcd43b89fd fix missing nn in latest torch7 2015-08-05 11:49:38 +09:00
nagadomi 3438692f49 Merge pull request #39 from nagadomi/set_compression_level
fix slow compression
2015-07-25 02:41:27 +09:00
nagadomi 6c65463564 fix slow compression 2015-07-25 02:39:36 +09:00
nagadomi 4221c19839 Merge pull request #38 from nagadomi/set_compression_level
set compression level of the output file
2015-07-24 17:19:19 +09:00
nagadomi e5a2ef97c7 set compression level of the output file 2015-07-24 17:16:27 +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 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