1
0
Fork 0
mirror of synced 2024-05-19 12:22:20 +12:00
Commit graph

51 commits

Author SHA1 Message Date
nagadomi 581c27a2cb Change the default crop_size from 128 to 256 2018-11-09 17:47:17 +09:00
nagadomi 3c46906cb7 Merge branch 'dev' 2018-04-28 11:08:05 +09:00
nagadomi e5e73c0ba7 Fix zero division error in jaccard 2018-04-28 11:04:53 +09:00
nagadomi fa6ee00624 merge 2018-01-26 08:09:40 +09:00
nagadomi 4ec0b4530d merge 2018-01-26 08:08:52 +09:00
nagadomi eb3926b61c Fix to work on Lua52
web.lua does not work on Lua52 because turbo does not support Lua52 FFI.
2017-03-02 14:47:49 +09:00
nagadomi d8b7df4505 add support for jaccard in benchmark 2017-02-21 21:39:56 +09:00
nagadomi 02cf265d48 Reduce memory usage in benchmark 2017-01-04 19:53:17 +09:00
nagadomi 16731fb634 Add support for scale4 in benchmark 2016-10-10 02:20:57 +09:00
nagadomi 72862f182e benchmark: add border option; use %.3f; 2016-10-05 15:57:19 +09:00
nagadomi d4bab939ab Fix basename in diff method 2016-09-27 19:05:53 +09:00
nagadomi 1ce5a8d038 more detailed log in benchmark 2016-09-27 18:23:10 +09:00
nagadomi 51e189b6c0 Add count of won in benchmark 2016-09-27 11:43:39 +09:00
nagadomi 3a70d09921 create new directory when the specified directory is not found 2016-08-30 17:13:25 +09:00
nagadomi 83a8cbe3bd Add diff method to tools/benchmark 2016-08-26 06:34:23 +09:00
nagadomi 8af1cb7b94 Remove debug print 2016-08-23 18:57:11 +09:00
nagadomi bfb67e61f4 Add support for the test filelist in benchmark 2016-08-21 06:54:23 +09:00
nagadomi c759f040bc Add support for individual channel measure in benchmark 2016-08-01 04:37:39 +09:00
nagadomi 3add726da3 Fix a bug that the time benchmark does not works when method=user and scale=1 2016-07-22 19:56:33 +09:00
nagadomi 962bdcf300 Add support for user method in benchmark 2016-07-22 02:15:00 +09:00
nagadomi 5786099bc8 Fix a issue of time comparison in benchmark when using cuDNN 2016-07-21 18:04:01 +09:00
nagadomi 0300c714eb raise load error 2016-07-09 13:20:30 +09:00
nagadomi 4379d4d0fd Fix a inf in benchmark.lua 2016-06-19 22:28:42 +09:00
nagadomi b89833daa3 Add -yuv420 option to tools/benchmark.lua 2016-06-18 20:25:47 +09:00
nagadomi 6cca2f8488 Add -force_cudnn option to tools/benchmark.lua 2016-06-12 22:03:19 +09:00
nagadomi 67d36a1220 benchmark time 2016-06-12 21:56:49 +09:00
nagadomi 83188c5ab7 Add support for method=noise_scale to tools/benchmark.lua 2016-06-12 05:12:31 +09:00
nagadomi c16d0a07a2 Add -crop_size and -batch_size option to tools/benchmark.lua. Fix a bug in tta mode. 2016-06-10 09:20:43 +09:00
nagadomi b8ff8c6787 Remove -gamma_correction option 2016-06-10 07:37:39 +09:00
nagadomi 5e222a3981 Add -tta and -resize_blur option to benchmark 2016-06-02 10:15:54 +09:00
nagadomi 8e9e4433d3 Add thread option to benchmark 2016-04-15 09:15:19 +09:00
nagadomi d31fbe9bb1 Improve benchmark script 2016-04-12 03:48:44 +09:00
nagadomi 7710a30225 Add useful option to benchmark 2016-04-11 23:19:47 +09:00
nagadomi d9474702f6 Fix NaN in benchmark script 2016-04-11 21:48:00 +09:00
nagadomi 13f702b968 Add support for resizing with gamma correction 2016-03-28 19:07:09 +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 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 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 7ac7923345 Don't run model2 benchmark when model2_dir is not specified 2015-11-09 06:23:57 +09:00
nagadomi 5ab2c605c8 Fix header include order issues 2015-11-08 18:31:46 +09:00
nagadomi df1c1b2c1e tools/bechmark.lua: Add -filter option. refactor 2015-11-07 23:44:37 +09:00
nagadomi 2b9753157a simplify 2015-11-06 08:04:43 +09:00
nagadomi 1a20ec501b Fix the evaluation metric in benchmark 2015-11-05 15:18:49 +09:00
nagadomi 425898a3aa Don't use cudnn.benchmark mode when predicting 2015-10-31 22:09:21 +09:00
nagadomi 4c691b4640 refactor 2015-10-29 22:44:15 +09:00