You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#coding:utf-8
|
|
|
|
# 图片及视频检测结果保存路径
|
|
save_path = 'save_data'
|
|
|
|
# 使用的模型路径
|
|
model_path = 'runs/detect/train6/weights/best.pt'
|
|
names = {0: 'face'}
|
|
CH_names = ['迷彩']
|