error: (-210:Unsupported format or combination of formats) *** ‘ONNXImporter‘

使用opencv加载网络模型时可能遇到一下错误:

cv2.error: OpenCV(3.4.8) /io/opencv/modules/dnn/src/onnx/onnx_importer.cpp:57: error: 
(-210:Unsupported format or combination of formats) Failed to parse onnx model in function 'ONNXImporter'

一般是模型的路径出错,可以先检查一下网络模型的路径是否正确

你可能感兴趣的:(Python相关学习)