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'):
def __init__(self, use_openvino_model=False, cameraType = 'RVC'):
self.use_openvino_model = use_openvino_model
self.cameraType = cameraType
if self.use_openvino_model == False: