摘要:
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
qiaokuankuan
阅读(39)
评论(0)
推荐(0)
浙公网安备 33010602011771号