From 7b38add7570ab9e8146c8fb18217d0702d79216a Mon Sep 17 00:00:00 2001
From: qq55341701 <55341701@qq.com>
Date: Wed, 14 Dec 2022 08:16:22 +0800
Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E4=BF=AE=E6=94=B9=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E5=92=8C=E5=A2=9E=E5=8A=A0=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0=E6=A8=A1=E5=9E=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
proxy.config.json | 4 +-
.../model/model.component.html | 39 ++++++++++---------
.../host-config/host-config.component.ts | 12 +++---
3 files changed, 28 insertions(+), 27 deletions(-)
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