1
0
Fork 0
mirror of synced 2024-06-01 10:39:30 +12:00
Commit graph

756 commits

Author SHA1 Message Date
nagadomi 8d3950b90a Change the default parameter (epoch, downsampling_filters) 2016-05-15 11:33:34 +09:00
nagadomi c028ce6e4f Fix a bug in reconstrct.scale() when inner_scale > 1 && y only model 2016-05-15 11:31:14 +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 48411a4dde refactor 2016-05-14 16:51:36 +09:00
nagadomi 51ae485cd1 Add new models
upconv_7 is 2.3x faster than previous model
2016-05-13 09:49:53 +09:00
nagadomi e62305377f Add compression.size() 2016-05-13 09:35:53 +09:00
Kuriyama Hibiya fe0b75fe7b Regenerate ko.html as updated yml 2016-05-11 03:05:13 +09:00
Kuriyama Hibiya 8c1ef7cbcf Merge branch 'master' of github.com:nagadomi/waifu2x 2016-05-11 03:03:02 +09:00
Kuriyama Hibiya 305179a2f2 Update ko.yml: fix typo and some expression. 2016-05-10 21:55:35 +09:00
nagadomi 4733b58866 Add support for Korean language 2016-05-10 19:22:06 +09:00
nagadomi f3fdf95dc0 Fix yml parse error 2016-05-10 19:16:28 +09:00
Kuriyama Hibiya 58b7bab500 typo 2016-05-10 19:03:01 +09:00
Kuriyama Hibiya 042c404d04 Create ko.yml 2016-05-10 18:58:38 +09:00
nagadomi 36a0f36ee9 Merge branch 'master' of github.com:nagadomi/waifu2x 2016-05-06 21:50:24 +09:00
nagadomi 958dcfaeb8 Add more informative message for CUDA error 2016-05-06 21:48:53 +09:00
nagadomi 9062cce4ff Update benchmark.md 2016-05-06 02:57:45 +09:00
nagadomi df4887d719 Update benchmark.md 2016-05-06 02:40:15 +09:00
nagadomi 5bfe504de1 Add error message when the CUDA module loading fails 2016-05-06 02:20:54 +09:00
nagadomi b8088ca209 Remove the limit of learning_rate_decay 2016-04-30 13:48:24 +09:00
nagadomi 8da52d5fb9 Merge from master 2016-04-23 12:48:24 +09:00
nagadomi 1464b0db3e Improve output file format
supported format variable:
  %s: basename of the source filename
  %d: sequence number

example:
   output/2x/%s.png
   output/%d.png
   output/%06d_%s.png
   output/%s_%d.png
2016-04-23 12:44:40 +09:00
nagadomi 7af5c9443d Add model option and 12 layers net 2016-04-23 09:19:03 +09:00
nagadomi da03209d3e Remove PNG compression option 2016-04-20 18:53:31 +09:00
nagadomi 212b659ec5 Fix web page layout 2016-04-18 09:47:05 +09:00
nagadomi 1760c518be Update fr 2016-04-18 09:23:49 +09:00
Adel Duprat-Kissami d19f086f14 Update fr.yml
- Added translation for 'nr_highest'. "Maximale" sounds like a better fit than "Très haute" (Very High) or "La plus haute" (translated literally).
- Updated description.
- [URL is feminine in French.](https://fr.wikipedia.org/wiki/Uniform_Resource_Locator)
- [artefacts -> artéfacts.](https://en.wiktionary.org/wiki/Appendix:French_spelling_reforms_of_1990)
- [MB -> Mo.](fr.wikipedia.org/wiki/Octet)
- [Unlike English, French has a space before colons.](http://www.oxforddictionaries.com/words/french-usage-notes-for-english-speakers-translating-into-french-33-spelling-and-punctuation)
- Various improvements.
2016-04-17 19:37:37 +01:00
nagadomi 68a6d4cef5 Use MSE instead of PSNR
PSNR depends on the minibatch size and those group.
2016-04-17 02:08:38 +09:00
nagadomi d8083dde89 Merge pull request #103 from nagadomi/add_simplefied_chainese
Add Simplified Chinese Locale
2016-04-17 00:00:37 +09:00
nagadomi b9a50f9422 Add Simplified Chinese Translation 2016-04-16 23:56:22 +09:00
nagadomi 439bf19b63 Revert sc.yml to zh-CN.yml 2016-04-16 23:48:29 +09:00
nagadomi 2c531955ae Fix unreasonable file selection in webgen/gen.rb 2016-04-16 23:43:07 +09:00
tenyuhuang 08649a0e21 Update sc.yml 2016-04-16 23:31:52 +09:00
tenyuhuang 2fa6a89500 Update sc.yml 2016-04-16 23:31:33 +09:00
tenyuhuang 732581472f Rename zh-cn.yml to sc.yml 2016-04-16 23:31:06 +09:00
tenyuhuang 38745c3f20 Add Simplified Chinese Translation 2016-04-16 23:31:00 +09:00
nagadomi fa9355be7c Fix validation metric 2016-04-16 03:52:05 +09:00
nagadomi a92b2cb386 Fix progressbar 2016-04-16 03:45:21 +09:00
nagadomi ea780f1871 Fix validation metric 2016-04-16 03:23:37 +09:00
nagadomi ac9b6f1149 Merge branch 'dev' of private repo into dev 2016-04-15 13:32:02 +09:00
nagadomi 3a27e122ac Add support for grayscale output 2016-04-15 13:29:50 +09:00
nagadomi ba2fe8d9c1 Improve alpha channel detection
latest `graphicsmagick` is required.
2016-04-15 13:14:10 +09:00
nagadomi edfaafcf9e Merge branch 'dev' of private repo into dev 2016-04-15 09:15:55 +09:00
nagadomi 8e9e4433d3 Add thread option to benchmark 2016-04-15 09:15:19 +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 e6c4a303e8 Add tr to nginx.conf 2016-04-15 06:48:33 +09:00
nagadomi 4d4519515c Add Turkish Language 2016-04-15 06:45:24 +09:00
nagadomi b3fa0b523b Merge branch 'turkish2' 2016-04-15 06:35:16 +09:00
Scharynche f714a2d0c6 Added Turkish Language 2016-04-14 19:18:59 +03:00
Scharynche 3e9d6453af Added Turkish Language 2016-04-14 19:18:14 +03:00