1
0
Fork 0
mirror of synced 2024-05-08 06:52:22 +12:00
Commit graph

13 commits

Author SHA1 Message Date
nagadomi ef3658bf1d Update .gitattributes 2018-11-14 17:28:47 +09:00
nagadomi c001f70067 Update .gitignore 2018-11-12 08:46:38 +00:00
nagadomi 43a9b58fcb Add GCN option for user method 2016-12-25 20:17:47 +09:00
nagadomi 64952bad1f Add upconv_7l models. only 2x. 2016-10-08 19:36:09 +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 df65e9913a Update .gitignore 2015-11-22 13:10:26 +09:00
nagadomi 7c9933865c Fix .gitignore 2015-11-15 12:34:37 +09:00
nagadomi 539941c234 Add support for url cache in web.lua 2015-11-06 12:24:27 +09:00
nagadomi 3abc5a03e3 refactor 2015-10-28 16:01:07 +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 2231423056 update training script 2015-05-17 14:43:07 +09:00
nagadomi 243e9044cd add slide and appendix 2015-05-17 03:59:49 +09:00
nagadomi 1273b3609e first commit 2015-05-16 14:48:05 +09:00