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

217 commits

Author SHA1 Message Date
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
nagadomi b335f3a9ad Add -tta option
The TTA mode:
- 8x slower than normal mode
- improves PSNR +0.1
2015-11-09 04:01:28 +09:00
nagadomi 4322b63750 Set cuda():evaluate() 2015-11-09 03:45:03 +09:00
nagadomi 986ef34ffc Add color and gamma attribute to json file 2015-11-08 22:12:48 +09:00
nagadomi 7d67afb982 Use iproc.crop instead of image.crop 2015-11-08 22:11:36 +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
nagadomi 180e7676e4 Drop full transparent background 2015-11-08 06:32:15 +09:00
nagadomi 797b45ae23 Use roundf-like clip for 8 bit-depth image
Maybe PSNR +0.03 improved by this commit
2015-11-08 05:44:14 +09:00
nagadomi bd63f99b59 clip 2015-11-08 01:21:52 +09:00
nagadomi df1c1b2c1e tools/bechmark.lua: Add -filter option. refactor 2015-11-07 23:44:37 +09:00
nagadomi 57115bdcac Add -depth option 2015-11-07 23:01:57 +09:00
nagadomi 3b2aa67e55 Improve web interface 2015-11-07 22:54:29 +09:00
nagadomi 15f3f2d901 typo 2015-11-07 07:38:45 +09:00