跳到主要內容
支援知識庫

在多重攝影機多目標 Python* 示範中遇到:「Runtimeror:[NETWORK_NOT_READ] 無法讀取模型」

內容類型: 錯誤訊息   |   文章 ID: 000095457   |   最近查看日期: 2023 年 07 月 11 日

描述

  • 在 Ubuntu* 20.04 上執行具有測試影片檔案的 Multi Camera Multi Target 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 產品。
Intel® Xeon Phi™ 處理器軟體 OpenVINO™ toolkit 效能程式庫

免責聲明

這個頁面的內容綜合了英文原始內容的人工翻譯譯文與機器翻譯譯文。本內容是基於一般資訊目的,方便您參考而提供,不應視同完整或準確的內容。如果這個頁面的英文版與譯文之間發生任何牴觸,將受英文版規範及管轄。 查看這個頁面的英文版。