From 6eb847801e6d1d66105a8ec2fe8c449c9e24da4c Mon Sep 17 00:00:00 2001
From: 孙天宇 <suntianyu@aiotlink.com>
Date: 星期二, 12 七月 2022 15:52:27 +0800
Subject: [PATCH] Merge branch '3090' of http://192.168.5.5:10010/r/Algorithm/baseDetector into 3090

---
 src/config.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/config.h b/src/config.h
index e7f6f80..9673e66 100644
--- a/src/config.h
+++ b/src/config.h
@@ -51,6 +51,8 @@
 typedef struct m_staticStruct
 {
     static std::string model_path;
+    static std::string model_cfg;
+    static std::string model_wts;
     static int type;
     static bool isTrack;
     static int max_cam_num;

--
Gitblit v1.8.0