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