1
0
Fork 0
mirror of synced 2024-06-26 10:10:49 +12:00
Commit graph

730 commits

Author SHA1 Message Date
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 d08ed3efff Add 2x model for photo scaling 2015-11-30 17:34:03 +09:00
nagadomi a975155828 Change downscaling filters when photo training 2015-11-30 17:19:50 +09:00
nagadomi aaac6ed6e5 Refactor training loop
more shuffle
2015-11-30 17:18:52 +09:00
nagadomi c72ec3112b Add -random_unsharp_mask_rate option for photo 2015-11-27 18:36:36 +09:00
nagadomi 56296c25b3 refactor 2015-11-27 13:15:37 +09:00
nagadomi dde2cdf294 Fix denoising benchmark 2015-11-27 13:07:00 +09:00
nagadomi 3c9726da81 rmse 2015-11-27 12:50:09 +09:00
nagadomi d8ba661d6b Add -jpeg_chroma_subsampling_rate option for JPEG denoise training 2015-11-26 17:10:57 +09:00
nagadomi 4551ddaaa6 Add support to reproduce the dynamic range bug in PSNR
I think some academic paper has this bug.
2015-11-25 14:42:38 +09:00
nagadomi b829595c21 Make compatible with MATLAB based benchmarks 2015-11-23 00:41:22 +09:00
nagadomi ac5b18e4da Change the scaling filter for 1.6x 2015-11-22 20:22:46 +09:00
nagadomi df65e9913a Update .gitignore 2015-11-22 13:10:26 +09:00
nagadomi 5b6fe085e2 Modify the web interface 2015-11-21 20:38:45 +09:00
nagadomi b4f6a8ba1e Merge pull request #64 from nagadomi/fix_sync_fast
Fix error when image has alpha channel
2015-11-21 17:25:27 +09:00
nagadomi 5a80a70e65 Fix error when image has alpha channel 2015-11-21 17:24:24 +09:00
nagadomi 26f0d61bb1 Add download button for mobile 2015-11-21 16:01:49 +09:00
nagadomi 92d2672348 Merge pull request #62 from nagadomi/fix_graphicsmagick_filter_name
Fix filter name for graphicsmagick
2015-11-21 13:01:16 +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 e9187ecf1c load float images directly 2015-11-21 00:58:30 +09:00
nagadomi c47df93505 show baseline 2015-11-21 00:29:57 +09:00
nagadomi f7b298690d Fix the missing initialization function
I don't know why was this function removed.
2015-11-18 21:46:43 +09:00
nagadomi eee9c3ad76 Merge pull request #59 from nodegin/patch-1
fix misspelling
2015-11-18 16:22:54 +09:00
nodegin 434a5d0d00 fix misspelling 2015-11-18 03:52:54 +08:00
nagadomi 620bd9c328 Fix undefined variable in convert_data.lua 2015-11-16 13:44:49 +09:00
nagadomi 7c9933865c Fix .gitignore 2015-11-15 12:34:37 +09:00
nagadomi 68593d9c51 Merge pull request #58 from nagadomi/dev
Sync from development branch
2015-11-15 12:26:49 +09:00
nagadomi d01d0987e5 support for removing url_cache 2015-11-15 10:47:24 +09:00
nagadomi b385dfef0b Update README.md 2015-11-15 10:44:18 +09:00
nagadomi cc15a877bd Update supplementary material 2015-11-15 09:58:49 +09:00
nagadomi f0bb9d4f21 Update README.md 2015-11-15 09:40:32 +09:00
nagadomi b5db84d42e Change the jpeg config for the photo model 2015-11-15 09:36:40 +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 ee71773a09 Cross out the /a/ 2015-11-15 04:10:26 +09:00
nagadomi 42bd89151e Add -gpu option in train.lua 2015-11-13 19:26:58 +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 3c1c11d88e directly load float data 2015-11-13 15:53:41 +09:00
nagadomi 28cc864c0c Fix NaN bug in iproc.white_noise 2015-11-12 08:03:24 +09:00
nagadomi dcfb0d170d Improve web interface 2015-11-12 07:16:35 +09:00
nagadomi bcbebe5f77 Update denosing models 2015-11-12 03:44:40 +09:00
nagadomi dd64c0004d Add .gitattributes
Set binary attribute to .t7 and .json
2015-11-12 03:39:40 +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 0941d098e1 more round 2015-11-10 22:38:22 +09:00
nagadomi 2d5a090305 Change default -nr_rate 2015-11-10 22:07:45 +09:00
nagadomi eaeaef10b7 more flip 2015-11-09 23:45:01 +09:00
nagadomi 7ac7923345 Don't run model2 benchmark when model2_dir is not specified 2015-11-09 06:23:57 +09:00
nagadomi af1b9c604b refactor 2015-11-09 04:35:11 +09:00
nagadomi c21516f04d Fix unused crop_size option 2015-11-09 04:10:51 +09:00