摘要:
from __future__ import print_function import cv2 import time import logging as log from openvino.inference_engine import IECore labels_to_names = {0: 阅读全文
posted @ 2022-02-25 16:56
qiaokuankuan
阅读(63)
评论(0)
推荐(0)
摘要:
from openvino.inference_engine import IECore import numpy as np import time import cv2 as cv def ssd_video_demo(): ie = IECore() for device in ie.avai 阅读全文
posted @ 2022-02-25 16:16
qiaokuankuan
阅读(68)
评论(0)
推荐(0)
摘要:
from openvino.inference_engine import IECore import numpy as np import time import cv2 as cv def text_detection_demo(): ie = IECore() for device in ie 阅读全文
posted @ 2022-02-25 15:43
qiaokuankuan
阅读(45)
评论(0)
推荐(0)
摘要:
from openvino.inference_engine import IECore import time import numpy as np import cv2 as cv model_xml = "/home/bhc/BHC/model/intel/road-segmentation- 阅读全文
posted @ 2022-02-25 14:12
qiaokuankuan
阅读(83)
评论(0)
推荐(0)
摘要:
from openvino.inference_engine import IECore import numpy as np import time import cv2 as cv def ssd_video_demo(): ie = IECore() for device in ie.avai 阅读全文
posted @ 2022-02-25 14:04
qiaokuankuan
阅读(50)
评论(0)
推荐(0)
摘要:
from openvino.inference_engine import IECore import numpy as np import time import cv2 as cv attris = "is_male:F,has_bag:F,has_backpack:F,has_hat:F,ha 阅读全文
posted @ 2022-02-25 10:53
qiaokuankuan
阅读(61)
评论(0)
推荐(0)
摘要:
from openvino.inference_engine import IECore import numpy as np import time import cv2 as cv def ssd_video_demo(): ie = IECore() for device in ie.avai 阅读全文
posted @ 2022-02-25 10:43
qiaokuankuan
阅读(45)
评论(0)
推荐(0)
摘要:
from openvino.inference_engine import IECore import time import cv2 as cv def ssd_video_demo(): ie = IECore() for device in ie.available_devices: prin 阅读全文
posted @ 2022-02-25 10:21
qiaokuankuan
阅读(42)
评论(0)
推荐(0)
摘要:
from openvino.inference_engine import IECore import numpy as np import time import cv2 as cv # 人脸检测模型 model_xml = "/home/bhc/BHC/model/intel/face-dete 阅读全文
posted @ 2022-02-25 10:13
qiaokuankuan
阅读(72)
评论(0)
推荐(0)
摘要:
from openvino.inference_engine import IECore import numpy as np import time import cv2 as cv emotions = ['neutral', 'happy', 'sad', 'surprise', 'anger 阅读全文
posted @ 2022-02-25 09:43
qiaokuankuan
阅读(246)
评论(0)
推荐(0)
浙公网安备 33010602011771号