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

70 commits

Author SHA1 Message Date
Jimmy Lin 8788989637 Add Traditional Chinese translation 2016-07-21 10:37:31 +00:00
nagadomi 651e8f8ecb Fix #129 2016-07-14 23:13:41 +09:00
nagadomi a0d8826779 Merge branch 'master' into upconv 2016-07-09 09:58:48 +09:00
nagadomi 5ee954d8fe Change web limits; hide TTA option
file limits: 3MB->5MB
image limits: 2560x2560->3000x3000, 1280x1280->1500x1500
2016-07-09 09:48:33 +09:00
nagadomi 9150618426 Add support for noise0 on web 2016-07-09 09:27:05 +09:00
nagadomi 038f78604c Add support for photo model in web.lua 2016-07-04 05:07:18 +09:00
nagadomi eab65a1f20 Update assets; remove photo option 2016-06-13 12:44:06 +09:00
nagadomi 472215d7ee Add support for TTA mode on web.lua 2016-06-13 11:05:09 +09:00
nagadomi 25e293202a Add support for tta_level=1; Add support for TTA to web.lua 2016-06-12 16:55:05 +09:00
nagadomi af74a67bd1 Add -force_cudnn option; support for cuDNN in waifu2x.lua/web.lua 2016-06-12 16:33:50 +09:00
nagadomi 01b2e6d441 Remove -upsampling_filter option 2016-06-10 07:34:11 +09:00
nagadomi afac4b52ab Add -batch_size option to waifu2x.lua/web.lua 2016-06-09 14:03:18 +09:00
nagadomi a210090033 Convert model files; Add new pretrained model
- Add new pretrained model to ./models/upconv_7
- Move old models to ./models/vgg_7
- Use nn.LeakyReLU instead of w2nn.LeakyReLU
- Add useful attribute to .json

New JSON attribute:
The first layer has `model_config` attribute.
It contains:
  model_arch: architecture name of model. see `lib/srcnn.lua`
  scale_factor: if scale_factor > 1, model:forward() changes image resolution with scale_factor.
  channels: input/output channels. if channels == 3, model is RGB model.
  offset: pixel size that is to be removed from output.
          for example:
            (scale_factor=1, offset=7, input=100x100) => output=(100-7)x(100-7)
            (scale_factor=2, offset=12, input=100x100) => output=(100*2-12)x(100*2-12)
And each layer has `class_name` attribute.
2016-05-15 03:04:08 +09:00
nagadomi 4733b58866 Add support for Korean language 2016-05-10 19:22:06 +09:00
nagadomi 8da52d5fb9 Merge from master 2016-04-23 12:48:24 +09:00
nagadomi b9a50f9422 Add Simplified Chinese Translation 2016-04-16 23:56:22 +09:00
nagadomi 3a27e122ac Add support for grayscale output 2016-04-15 13:29:50 +09:00
nagadomi fbad30c031 Fix embed gamma handling 2016-04-15 09:13:37 +09:00
nagadomi cafc579627 Merge branch 'master' into dev 2016-04-15 08:32:49 +09:00
nagadomi 4d4519515c Add Turkish Language 2016-04-15 06:45:24 +09:00
nagadomi 77bdd16284 Add German Translation 2016-04-08 21:02:11 +09:00
nagadomi 30fe5db735 Add upsampling_filter option 2016-04-02 22:03:27 +09:00
nagadomi ed9c8b7ea8 Add support for level 3 noise reduction on web 2016-03-27 17:35:34 +09:00
nagadomi 86ad50f7cd Merge branch 'master' of github.com:nagadomi/waifu2x into dev 2016-03-21 03:59:17 +09:00
nagadomi 57e0f52b41 Reduce memory usage 2016-03-21 03:42:47 +09:00
nagadomi 0b130b797c Merge branch 'master' of github.com:nagadomi/waifu2x into dev 2016-03-14 13:38:49 +09:00
nagadomi 1d463b7e5f Change output filename in WebUI 2016-03-14 11:17:38 +09:00
nagadomi 9b238bd693 Use clearState() 2016-03-11 11:12:02 +09:00
nagadomi 138768a46d Add support for french 2016-02-23 00:00:01 +09:00
nagadomi c76c656e57 Fix merge 2016-02-14 11:51:30 +09:00
nagadomi 35d4fc7a5e Fix download error on Android 2016-02-14 11:26:46 +09:00
nagadomi b5903b3d56 Fix content-disposition for download 2016-02-14 11:13:53 +09:00
nagadomi 4e7527cc45 Add support for spanish 2016-02-12 09:57:01 +09:00
nagadomi 49fecb8523 web 2016-02-07 07:38:39 +09:00
nagadomi 0d31657874 Relax the file size limitation on the web UI 2016-02-07 06:02:05 +09:00
nagadomi 122ffd37fe Web page
- Add `webgen/gen.rb` to generate web page from template
- Add support for mobile browser
- Change layouts
2016-02-07 05:58:27 +09:00
nagadomi c1d15933a9 Add support for Accept-Language=pt 2016-01-23 11:12:58 +09:00
nagadomi 26d4179cfe Add web ui for lang=pt 2016-01-23 09:48:40 +09:00
nagadomi 95a0b8ad09 Add support for photo model and cookie in web.lua 2015-12-04 22:07:52 +09:00
nagadomi d2c081bbcf Improve alpha channel handling #29
- make border
- scale the alpha channel by waifu2x
- composite
2015-12-01 17:26:45 +09:00
nagadomi ac5b18e4da Change the scaling filter for 1.6x 2015-11-22 20:22:46 +09:00
nagadomi 26f0d61bb1 Add download button for mobile 2015-11-21 16:01:49 +09:00
nagadomi abedec9d9b Fix filter name for graphicsmagick
graphicsmagick package has bug in the definition of FilteTypes.
I will send PR to fix that bug.
This commit is related to it.
You should upgrade graphicsmagick package.

$ luarocks install graphicsmagick
2015-11-21 11:57:33 +09:00
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