Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.06 KB

Object recognition and analytics library based on deep neural networks and ONNX runtime

ObjectONNX

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.

Version

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

Installation

C# interface

using ObjectONNX;

To get started with ObjectONNX, it is recommended to look at the folder with examples.

License

ObjectONNX is released under the MIT license.