model-yolo11-weitong-id/config.py
2025-10-30 10:02:44 +08:00

11 lines
277 B
Python

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