Browse Source

添加AI诊断轮廓线间隔设置

Jeremy 2 years ago
parent
commit
0fda6b061b

+ 2 - 1
src/appsettings.json

@@ -81,7 +81,8 @@
   },
   "AI": {
     "WorkerLevel": 1,
-    "BatchImageSize": 16
+    "BatchImageSize": 16,
+    "ContourInterval": 10
   },
   "Device": {
     "HeartRateSeconds": 300

+ 2 - 1
src/appsettings_LAN.json

@@ -75,7 +75,8 @@
   },
   "AI": {
     "WorkerLevel": 1,
-    "BatchImageSize": 16
+    "BatchImageSize": 16,
+    "ContourInterval": 10
   },
   "Device": {
     "HeartRateSeconds": 300

+ 2 - 1
src/appsettings_Master.json

@@ -75,7 +75,8 @@
   },
   "AI": {
     "WorkerLevel": 1,
-    "BatchImageSize": 16
+    "BatchImageSize": 16,
+    "ContourInterval": 10
   },
   "Device": {
     "HeartRateSeconds": 300

+ 2 - 1
src/appsettings_Slave.json

@@ -75,7 +75,8 @@
   },
   "AI": {
     "WorkerLevel": 1,
-    "BatchImageSize": 16
+    "BatchImageSize": 16,
+    "ContourInterval": 10
   },
   "Device": {
     "HeartRateSeconds": 300

+ 2 - 1
src/appsettings_aip2flyinsonocom.json

@@ -75,7 +75,8 @@
   },
   "AI": {
     "WorkerLevel": 1,
-    "BatchImageSize": 16
+    "BatchImageSize": 16,
+    "ContourInterval": 10
   },
   "Device": {
     "HeartRateSeconds": 300