UPDATE Vision 新增料袋数量检测

This commit is contained in:
HJW
2024-10-11 14:24:20 +08:00
parent bff2ad47a1
commit 853a44bf84
6 changed files with 226 additions and 3 deletions

View File

@ -26,7 +26,7 @@ import os
class Detection:
def __init__(self, use_openvino_model=True, cameraType = 'RVC'): # cameraType = 'RVC' or cameraType = 'Pe'
def __init__(self, use_openvino_model=False, cameraType = 'RVC'): # cameraType = 'RVC' or cameraType = 'Pe'
"""
初始化相机及模型
:param use_openvino_model: 选择模型默认使用openvino