如何使用英特尔OpenVINO提供的经过预先训练的模型

时间:2019-06-10 17:20:34

标签: opencv openvino

我对智能教室OpenVino的特定演示感兴趣 链接:https://github.com/opencv/open_model_zoo/tree/master/demos/smart_classroom_demo

但是我只想要检测举手的功能,因此我看到它在这里提供了预先训练的模型:https://download.01.org/opencv/2019/open_model_zoo/R1/20190404_140900_models_bin/person-detection-raisinghand-recognition-0001/FP16/

我的问题是如何利用预先训练的模型?

我对使用Python和C ++的OpenCV都有基本的了解,因此,如果有人可以带领我逐步解释如何使用此模型的文章,那将非常有帮助。

1 个答案:

答案 0 :(得分:2)

英特尔®OpenVINO™工具包发行版(以前称为英特尔®CV SDK)包含优化的OpenCV和OpenVX库,深度学习代码示例以及经过预训练的模型,以增强计算机视觉开发的能力。

它已在100多个开源和自定义模型中进行了验证,并且完全免费提供。

请参考以下链接以对此有所了解。

https://github.com/opencv/open_model_zoo/blob/master/intel_models/person-detection-raisinghand-recognition-0001/description/person-detection-raisinghand-recognition-0001.md

https://docs.openvinotoolkit.org/latest/_person_detection_action_recognition_0005_description_person_detection_action_recognition_0005.html

https://docs.openvinotoolkit.org/latest/_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide.html

https://techdecoded.intel.io/essentials/optimize-deep-learning-inference-applications-using-openvino-toolkit/#gs.l98omp

How to use OpenVINO pre-trained models?

希望这些对您有帮助。