From 686e019e4d733b094b16281fcb5cc73f3210a8fa Mon Sep 17 00:00:00 2001
From: zhangmeng <zhangmeng@aiotlink.com>
Date: 星期六, 11 一月 2020 14:24:35 +0800
Subject: [PATCH] update zconf

---
 zconf/Plate.json      |    6 +++---
 zconf/FaceDetect.json |    6 +++---
 zconf/HumanTrack.json |   10 +++++-----
 zconf/Yolo.json       |    6 +++---
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/zconf/FaceDetect.json b/zconf/FaceDetect.json
index 76873c5..ae64fb3 100644
--- a/zconf/FaceDetect.json
+++ b/zconf/FaceDetect.json
@@ -1,6 +1,6 @@
 {
-    "so_file_path":"./libs/face/libface.so",
-    "runtime":"./libs/face:/usr/local/cuda-8.0/lib64",
+    "so_file_path":"/opt/vasystem/libs/face/libface.so",
+    "runtime":"/opt/vasystem/libs/face:/usr/local/cuda-8.0/lib64",
     "param":{
         "detect_thread": "16",
 	    "detect_num": "30",
@@ -12,4 +12,4 @@
         "max_channel": "16",
         "gpu-memory":"1024"
     }
-}
\ No newline at end of file
+}
diff --git a/zconf/HumanTrack.json b/zconf/HumanTrack.json
index e5aa53a..8165bde 100644
--- a/zconf/HumanTrack.json
+++ b/zconf/HumanTrack.json
@@ -1,14 +1,14 @@
 {
-    "so_file_path": "./libs/humantrack/libhumantrack.so",
-    "runtime":"./libs/humantrack:/usr/local/cuda-10.0/lib64",
-    "param":{
+    "so_file_path": "/opt/vasystem/libs/humantrack/libhumantrack.so",
+    "runtime":"/opt/vasystem/libs/humantrack:/usr/local/cuda-10.0/lib64",
+    "param": {
         "batch_size": "16",
         "flag": "0",
         "gpu-memory":"2048"
     },
     "sub":{
-        "so_file_path": "./libs/reid/libreid.so",
-        "runtime":"./libs/reid",
+        "so_file_path": "/opt/vasystem/libs/reid/libreid.so",
+        "runtime":"/opt/vasystem/libs/reid",
         "param": {
             "gpu":"0",
             "gpu-memory":"1024",
diff --git a/zconf/Plate.json b/zconf/Plate.json
index 86739cc..f8a7d1e 100644
--- a/zconf/Plate.json
+++ b/zconf/Plate.json
@@ -1,6 +1,6 @@
 {
-    "so_file_path": "./libs/vehicle/libvehicle.so",
-    "runtime":"./libs/vehicle",
+    "so_file_path": "/opt/vasystem/libs/vehicle/libvehicle.so",
+    "runtime":"/opt/vasystem/libs/vehicle",
     "param": {
         "license_path": "./vtr.key",
         "model_path": "./data/model",
@@ -8,4 +8,4 @@
         "mode": "0",
         "gpu-memory":"0"
     }
-}
\ No newline at end of file
+}
diff --git a/zconf/Yolo.json b/zconf/Yolo.json
index 82d5f96..188919b 100644
--- a/zconf/Yolo.json
+++ b/zconf/Yolo.json
@@ -1,10 +1,10 @@
 {
-    "so_file_path": "./libs/yolo/libyolo.so",
-    "runtime": "./libs/yolo:/usr/local/cuda-8.0/lib64",
+    "so_file_path": "/opt/vasystem/libs/yolo/libyolo.so",
+    "runtime": "/opt/vasystem/libs/yolo:/usr/local/cuda-8.0/lib64",
     "param": {
         "cfg_path": "./data/yolo/cfg/yolov3.cfg",
         "weights_path": "./data/yolo/yolov3.weights",
         "names_path": "./data/yolo/data/coco.names",
         "gpu-memory":"2048"
     }
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0