This commit is contained in:
weitong 2025-10-30 10:02:44 +08:00
parent 01119738c4
commit 860d5206cf

11
config.py Normal file
View File

@ -0,0 +1,11 @@
class Config(object):
# ----------------
# 路径参数
# ----------------
weights_path = r"weights/20251019-v1.pt"
font_path = r"resources/SimHei.ttf"
# ----------------
# 模型超参
# ----------------
classes_name = ["person"]