face_recognition_demoとOpenVINOとの互換性および実行手順。
考えられるエラーには以下が含まれます。
- OpenVINO™ 2021年バージョンでのface_recognition_demoの推論では、次のエラーが発生します。
Error:ImportError:DLL load failed while importing ie_api
- OpenVINO™2021バージョンとインテル® ニューラル・コンピュート・スティック 2(インテル® NCS2)プラグインでのface_recognition_demoの推論はエラーをスローします:
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
- 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-retail-0009\FP16\landmarks-regression-retail-0009.xml」 -m_reid 「\openvino_2020.3.194\deployment_tools\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.3 OpenVINO™リリースまで利用できます。詳細については、インタラクティブ顔認識デモ ドキュメントを参照してください。