Skip to content

Latest commit

 

History

History

LIBONNX

This is using libonnx.

libonnx is less performant than Keras2c, libonnx performs around 150 FPS while Keras2c is around 200-250 FPS.

The Keras model was converted to ONNX using tf2onnx and then I used Netron to extract the input and output names from the ONNX model.

This is a CNN.