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.

12 lines
249 B

#coding:utf-8
import os
# 图片及视频检测结果保存路径
save_path = 'save_data'
# 使用的模型路径
model_path = os.path.join(os.path.dirname(__file__), 'runs/detect/train/weights/best.pt')
names = {0: 'face'}
CH_names = ['迷彩']