OpenVINO开发小组
直播中

吴湛

10年用户 768经验值
擅长:可编程逻辑
私信 关注
[问答]

使用OpenVINO trade 2021版运行Face_recognition_demo时报错怎么解决?

可能的错误包括:

  • face_recognition_demo与 OpenVINO™ 2021 版本的推断错误:
    Error:ImportError:DLL load failed while importing ie_api
  • 推断 face_recognition_demo 与 OpenVINO™ 2021 版本和 英特尔® 神经电脑棒 2 (英特尔® NCS2) 插件丢点错误:
    AttributeError: 'openvino.inference_engine.ie_api.IENetwork' object has no attribute 'layers'
   

回帖(1)

胡劝侨

2023-8-15 11:22:25

  • 下载 以下预先训练的模型:


    • face-detection-retail-0004 和 face-detection-adas-0001,以检测面部并预测面部的边框;
    • landmarks-regression-retail-0009,用于预测面部关键点;
    • face-reidentification-retail-0095,以识别人员


  • 执行 face_recognition_demo。



    • 设置 OpenVINO环境: cd \openvino_2020.3.194\deployment_tools\bin\setupvars.bat
    • 导航 到人脸识别演示文件夹 : cd \openvino_2020.3.194\deployment_tools\open_model_zoo\demos\python_demos\face_recognition_demo
    • 运行 pip install -r requirement.txt
    • 运行 演示: python./face_recognition_demo.py-m_fd“\openvino_2020.3.194\deployment_tools\tools model_downloader\intel\face-detection-retails-0004\FP16\face-detection-retail-0004.xml”-m_lm“\openvino_2020 .3.194\deployment_tools\tools model_downloader\intel\landmarks-regress-retail-0009\FP16\landmarks-regression-retail-0009.xml”-m_reid“\openvino_2020.3.194\deployment_tools\tools model_downloader\intel\face-reidentification-retail-0095\FP16\face-reidentification-retail-0095.xml“ -i 0 -fg ”\Pictures\image_name”


注意确保从您OpenVINO™版本的同一环境中下载模型并执行演示。
举报

更多回帖

发帖
×
20
完善资料,
赚取积分