From 860d5206cfe36180c0542a2ceb3f34ffd648c4cc Mon Sep 17 00:00:00 2001 From: weitong Date: Thu, 30 Oct 2025 10:02:44 +0800 Subject: [PATCH] add file --- config.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.py diff --git a/config.py b/config.py new file mode 100644 index 0000000..132618d --- /dev/null +++ b/config.py @@ -0,0 +1,11 @@ +class Config(object): + # ---------------- + # 路径参数 + # ---------------- + weights_path = r"weights/20251019-v1.pt" + font_path = r"resources/SimHei.ttf" + + # ---------------- + # 模型超参 + # ---------------- + classes_name = ["person"] \ No newline at end of file