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