keras-onnx
keras-onnx copied to clipboard
Identity Nodes appears when converting Keras to ONNX
I have a Keras screech model. Convert to onnx working with Python. But ... I want to read it with opencv C++ and discovered that there are many Identity nodes added that i can't read it with opencv.

What are Identity Nodes? How to load onnx model using opencv? Below is my keras and onnx model ...
Did you try keras2onnx and onnxconverter-common from master branch?