From 9b1532d86c2cf48a63017f3460897d8d14b98b60 Mon Sep 17 00:00:00 2001 From: Scheaven <xuepengqiang> Date: 星期三, 08 九月 2021 17:45:25 +0800 Subject: [PATCH] coding --- 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