摘要: from openvino.inference_engine import IECore import cv2 as cv def ssd_video_demo(): ie = IECore() for device in ie.available_devices: print(device) wi 阅读全文
posted @ 2022-02-24 16:41 wuyuan2011woaini 阅读(26) 评论(0) 推荐(0) 编辑