keras-onnx icon indicating copy to clipboard operation
keras-onnx copied to clipboard

Identity Nodes appears when converting Keras to ONNX

Open duongvvuet opened this issue 5 years ago • 1 comments

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.

upissue

What are Identity Nodes? How to load onnx model using opencv? Below is my keras and onnx model ...

mymodel.zip

duongvvuet avatar Oct 27 '20 08:10 duongvvuet

Did you try keras2onnx and onnxconverter-common from master branch?

jiafatom avatar Dec 04 '20 18:12 jiafatom