问题描述
我有自己的AI python代码用于对象检测。目前正在使用spyder。 从video.mp4中,我通过调用Yolov3-tiny .cfg和.weights文件来检测对象。我还使用了coco classes.txt文件。
我要做的是使其在OpenVino中运行并与Intel Neural Compute Stick一起使用。 可能吗 ?如果是的话,我该怎么办?
提前谢谢!
解决方法
是的。这是可能的,并且有一个示例显示如何完成。请检查一下:https://github.com/openvinotoolkit/open_model_zoo/blob/master/demos/python_demos/object_detection_demo_yolov3_async/object_detection_demo_yolov3_async.py
还有一个页面,其中包含如何运行该示例的信息: https://docs.openvinotoolkit.org/latest/omz_demos_python_demos_object_detection_demo_yolov3_async_README.html