Closed beru closed 1 year ago
When I run the example, I see an empty window. Can you please provide a file/graph that can be dropped to the window?
I downloaded yolov5n.onnx
file from here . The link was mentioned in https://github.com/lutzroeder/netron/issues/864#issuecomment-1006591241
Other onnx files can also be downloaded from https://github.com/onnx/models
Hi, this MR adds another sample project named WpfApplicationSample_OnnxViewer.
Onnx.cs
file was created with Protocol Buffers compiler (link) and ONNX spec file (link).Google.Protobuf
also needs to be installed to build the project.After dropping an onnx file into the application window, its graph contents will be displayed like the following using MSAGL.