我有自己的AI python代码用于对象检测。它目前正在与spyder合作。在video.mp4中,我通过调用YoloV3-tiny .cfg和.weights文件来检测对象。我还使用了coco classes.txt文件。
我想要做的是让它在OpenVino中运行,并与英特尔神经计算棒一起工作。有可能吗?如果是的话,我该怎么做呢?
提前感谢!
发布于 2020-09-11 22:01:51
是。这是可能的,并且有一个示例说明了如何做到这一点。请查看: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
https://stackoverflow.com/questions/63842469
复制相似问题