Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 316 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 316 Bytes

This is a reviewer of the ONNX model (C++ Implementation).

This code parses the model and views its input and output nodes.

In my case, I have a dynamic batch size implemented in the model and the output of the model is an NMS module with 4 outputs.

Demo: screenshot