From ce9d187fd294cca192a27f52719094e9df7b1b62 Mon Sep 17 00:00:00 2001
From: 孙天宇 <suntianyu@aiotlink.com>
Date: 星期二, 12 七月 2022 16:28:48 +0800
Subject: [PATCH] 优化仓库

---
 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