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.

11 lines
312 B

#coding:utf-8
# 图片及视频检测结果保存路径
save_path = 'save_data'
# 使用的模型路径
model_path = 'models/best.pt'
names = {0: 'missing_hole',1:"mouse_bite",2:"open_circuit",3:"short",4:"spur",5:"spurious_copper"}
CH_names = ['缺失孔','老鼠咬痕','开路','短路','毛刺','铜渣']