face_recognition_demo相容性與執行OpenVINO和步驟。
可能的錯誤包括:
- face_recognition_demo推斷與 2021 年OpenVINO™版本發生錯誤:
Error:ImportError:DLL load failed while importing ie_api
- face_recognition_demo推斷OpenVINO™ 2021 年版本與Intel® 類神經電腦棒 2 (Intel® NCS2) 外掛程式拋出錯誤:
AttributeError: 'openvino.inference_engine.ie_api.IENetwork' object has no attribute 'layers'
- 下載 以下預先訓練的模型:
- 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
- 執行 點子安裝 -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-regression-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™版本相同的環境中下載模型並執行示範。 |
face_recognition_demo僅在 2020 年OpenVINO™發行前才提供。如需詳細資訊,請參閱互動式臉部辨識示範檔。