diff --git a/proxy.config.json b/proxy.config.json
index fe029a2..11d61cc 100644
--- a/proxy.config.json
+++ b/proxy.config.json
@@ -1,11 +1,11 @@
{
"/api": {
- "target": "http://10.156.134.54:8080",
+ "target": "http://121.36.37.70:8080/",
"secure": false,
"changeOrigin": true
},
"/signalr": {
- "target": "http://10.156.134.54:8080",
+ "target": "http://121.36.37.70:8080/",
"secure": false,
"ws": true,
"logLevel": "debug"
diff --git a/src/app/system-management/condition-monitoring/model/model.component.html b/src/app/system-management/condition-monitoring/model/model.component.html
index f2bdfee..a80b393 100644
--- a/src/app/system-management/condition-monitoring/model/model.component.html
+++ b/src/app/system-management/condition-monitoring/model/model.component.html
@@ -1,20 +1,21 @@
-
-
\ No newline at end of file
+
+
diff --git a/src/app/system-management/host-config/host-config.component.ts b/src/app/system-management/host-config/host-config.component.ts
index d544d85..eed4025 100644
--- a/src/app/system-management/host-config/host-config.component.ts
+++ b/src/app/system-management/host-config/host-config.component.ts
@@ -554,7 +554,7 @@ ${newstr}class-id=0
config2 = `# The all in one config file.
debug: false #when the debug is on, osd.
-video_record: 15 #time to record into the .ts video
+video_record: 10 #time to record into the .ts video
sources:
config: 'config/source.yaml'
@@ -674,12 +674,12 @@ connet_grounder:
# 5:散装桶加油
bulk_oil_net:
- enable: true
+ enable: False
apply_on: 2
interval: 1
batch_size: 2
model_engine_file: '/opt/nvidia/deepstream/deepstream-6.0/sources/project/models/bulk_oil_net/weights/yolov4_cspdarknet_tiny_fp16.etlt_b2_gpu0_fp16.engine'
- threshold: 0.3
+ threshold: 0.2
# 模型阈值通用设定
rule_threshold:
@@ -701,7 +701,7 @@ rule_threshold:
config3 = `# The all in one config file.
debug: false #when the debug is on, osd.
-video_record: 15 #time to record into the .ts video
+video_record: 10 #time to record into the .ts video
sources:
config: 'config/source.yaml'
@@ -726,7 +726,7 @@ peoplenet:
detected-min-w: 20
detected-min-h: 200
model_engine_file: '/opt/nvidia/deepstream/deepstream-6.0/sources/project/models/peoplenet/weights/resnet34_peoplenet_int8.etlt_b16_gpu0_int8.engine'
- threshold: 0.8
+ threshold: 0.3
# 2:车辆检测
trafficcam:
@@ -821,7 +821,7 @@ connet_grounder:
# 5:散装桶加油
bulk_oil_net:
- enable: true
+ enable: False
apply_on: 2
interval: 1
batch_size: 2