メインコンテンツへスキップ
サポート・ナレッジベース

遭遇した: 「RuntimeError: [ NETWORK_NOT_READ ] モデルを読み取ることができません」 マルチカメラ・マルチターゲット Python* デモ

コンテンツタイプ: エラーメッセージ   |   記事 ID: 000095457   |   最終改訂日: 2023/07/11

詳細

  • 以下のコマンドを備えた Ubuntu* 20.04 でのテストビデオファイルを使用した マルチカメラ・マルチターゲット Python デモ の実行:

    $ python3.9 multi_camera_multi_target_tracking_demo.py -i ./test_video/test1.mp4 ./test_video/test1.mp4 --m_detector intel/person-detection-retail-0013.xml --m_reid intel/person-reidentification-retail-0277.xml

  • 次のエラーが発生します。

    RuntimeError: Check 'false' failed at src/inference/src/core.cpp:100: [ NETWORK_NOT_READ ] Unable to read the model: intel/person-detection-retail-0013.xml Please check that model format: xml is supported and the model is correct. Available frontends: paddle pytorch tflite tf ir onnx

解決方法

  • OpenVINO™のバージョンに基づいて、OMZ の特定のブランチをクローンします。

    git clone --depth 1 -b 2022.3.0 https://github.com/openvinotoolkit/open_model_zoo.git

  • 以下のコマンドを使用して個々のモデルをダウンロードします。

    omz_downloader --name person-detection-retail-0013
    omz_downloader --name person-reidentification-retail-0277

関連製品

本記事は、3 製品に適用します。
インテル® Xeon Phi™ プロセッサー・ソフトウェア OpenVINO™ toolkit パフォーマンス・ライブラリー

免責条項

このページのコンテンツは、元の英語のコンテンツを人力翻訳および機械翻訳したものが混在しています。この内容は参考情報および一般的な情報を提供するためものであり、情報の正確さと完全性を保証するものではありません。インテルは不正確な翻訳があった場合でもいかなる責任を負いません。このページの英語版と翻訳の間に矛盾がある場合は、英語版に準拠します。 このページの英語版をご覧ください。