Browse Source

forgot to update moth scanner configuration

Dimitri Korsch 2 years ago
parent
commit
53aac7bc2e
1 changed files with 6 additions and 4 deletions
  1. 6 4
      models/moth_scanner/configuration.json

+ 6 - 4
models/moth_scanner/configuration.json

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