瀏覽代碼

forgot to update moth scanner configuration

Dimitri Korsch 2 年之前
父節點
當前提交
53aac7bc2e
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      models/moth_scanner/configuration.json

+ 6 - 4
models/moth_scanner/configuration.json

@@ -10,16 +10,18 @@
   },
   },
   "detector": {
   "detector": {
     "preprocess":{
     "preprocess":{
-      "min_size": 800,
+      "min_size": 1080,
       "scale": 0.1,
       "scale": 0.1,
       "sigma": 5.0
       "sigma": 5.0
     },
     },
     "threshold": {
     "threshold": {
-      "block_size_scale": 0.5
+      "window_size": 31,
+      "offset": 2.0,
+      "sigma": 5.0
     },
     },
     "postprocess":{
     "postprocess":{
-      "dilate_iterations": 3,
-      "kernel_size": 5
+      "kernel_size": 5,
+      "dilate_iterations": 2
     }
     }
   },
   },
   "classifier": {
   "classifier": {