Skip to content

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

License

Notifications You must be signed in to change notification settings

FaceONNX/ObjectONNX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.