Skip to content

Issue loading ONNX with Split layer #15120

@paulbauriegel

Description

@paulbauriegel
System information (version)
  • OpenCV => 4.1.1-pre based on latest master
  • Operating System / Platform => Ubuntu 19.04 64Bit
  • Compiler => gcc 8.3.0
Detailed description

OpenCV fails to load a model that contains a Split layer:
image

Error Message:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
cv2.error: OpenCV(4.1.1-pre) /home/paul/openvino-toolkit/opencv/modules/dnn/src/onnx/onnx_importer.cpp:320: error: (-204:Requested object was not found) Blob 64 not found in const blobs in function 'getBlob'
Steps to reproduce
net = cv2.dnn.readNetFromONNX("model_lcnn_29v2.onnx")

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions