parent
6190617dec
commit
7033ee476e
Binary file not shown.
@ -1,9 +1,11 @@
|
||||
#coding:utf-8
|
||||
|
||||
import os
|
||||
|
||||
# 图片及视频检测结果保存路径
|
||||
save_path = 'save_data'
|
||||
|
||||
# 使用的模型路径
|
||||
model_path = 'runs/detect/train/weights/best.pt'
|
||||
model_path = os.path.join(os.path.dirname(__file__), 'runs/detect/train/weights/best.pt')
|
||||
names = {0: 'face'}
|
||||
CH_names = ['迷彩']
|
||||
|
||||
Binary file not shown.
Loading…
Reference in new issue