Object recognition and analytics library based on deep neural networks and ONNX runtime
ObjectONNX is a object recognition and analytics library based on ONNX runtime. It containts ready-made deep neural networks for object detection, classification and segmentation tasks.
You can build ObjectONNX from sources or install to your own project using nuget package manager.
Assembly | Specification | OS | Package | Algebra |
---|---|---|---|---|
ObjectONNX | .NET Standard 2.0 | Cross-platform | NuGet | UMapx |
C# interface
using ObjectONNX;
To get started with ObjectONNX, it is recommended to look at the folder with examples.
ObjectONNX is released under the MIT license.