UPDATE Vision 新增料袋数量检测
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user