遇到:“运行时错误:[ NETWORK_NOT_READ ] 无法读取模型” 用于人脸检测 MTCNN Python* 演示
内容类型: 错误讯息 | 文章 ID: 000093321 | 上次审核日期: 2024 年 04 月 30 日
RuntimeError: [ NETWORK_NOT_READ ] Unable to read the model: /openvino/model_zoo/models/public/mtcnn/mtcnn-p Please check that model format: 8/site-packages/openvino/model_zoo/models/public/mtcnn/mtcnn-p is supported and the model is correct. Available frontends: paddle ir onnx
运行 包含 IR 模型文件 (.xml) 路径的演示:
python face_detection_mtcnn_demo.py -m_o public\mtcnn\mtcnn-o\FP16\mtcnn-o.xml -m_p public\mtcnn\mtcnn-p\FP16\mtcnn-p.xml -m_r public\mtcnn\mtcnn-r\FP16\mtcnn-r.xml -i video.mp4