From dc03fd980b3d1c44a20969e362e327d23dec1fc7 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 20 十二月 2019 16:44:26 +0800
Subject: [PATCH] update

---
 zconf/Plate.json      |   11 +++++++++++
 zconf/FaceDetect.json |   15 +++++++++++++++
 zconf/HumanTrack.json |    9 +++++++++
 zconf/Yolo.json       |   10 ++++++++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/zconf/FaceDetect.json b/zconf/FaceDetect.json
new file mode 100644
index 0000000..67d19e1
--- /dev/null
+++ b/zconf/FaceDetect.json
@@ -0,0 +1,15 @@
+{
+    "so_file_path":"./libs/libface.so",
+    "runtime":"./libs:/usr/local/cuda-8.0/lib64",
+    "param":{
+        "detect_thread": "16",
+	    "detect_num": "30",
+	    "detect_angle": "60",
+	    "property_thread": "16",
+	    "extract_thread": "16",
+	    "track_interval": "3",
+        "track_sample": "720",
+        "max_channel": "16",
+        "gpu-memory":"1024"
+    }
+}
\ No newline at end of file
diff --git a/zconf/HumanTrack.json b/zconf/HumanTrack.json
new file mode 100644
index 0000000..ba65561
--- /dev/null
+++ b/zconf/HumanTrack.json
@@ -0,0 +1,9 @@
+{
+    "so_file_path": "./libs/libhumantrack.so",
+    "runtime":"./libs:/usr/local/cuda-10.0/lib64",
+    "param":{
+        "batch_size": 16,
+        "flag": 0,
+        "gpu-memory":"2048"
+    }
+}
\ No newline at end of file
diff --git a/zconf/Plate.json b/zconf/Plate.json
new file mode 100644
index 0000000..515daee
--- /dev/null
+++ b/zconf/Plate.json
@@ -0,0 +1,11 @@
+{
+    "so_file_path": "./libs/libvehicle.so",
+    "runtime":"",
+    "param": {
+        "license_path": "./vtr.key",
+        "model_path": "./data/model",
+        "scene": "2",
+        "mode": "0",
+        "gpu-memory":"0"
+    }
+}
\ No newline at end of file
diff --git a/zconf/Yolo.json b/zconf/Yolo.json
new file mode 100644
index 0000000..e562b57
--- /dev/null
+++ b/zconf/Yolo.json
@@ -0,0 +1,10 @@
+{
+    "so_file_path": "./libs/libyolo.so",
+    "runtime": "./libs:/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