Skip to content

Monocular depth estimation library based on deep neural networks and ONNX runtime

License

Notifications You must be signed in to change notification settings

FaceONNX/DepthONNX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monocular depth estimation library based on deep neural networks and ONNX runtime

DepthONNX

DepthONNX is a monocular depth estimation library based on deep neural networks and ONNX runtime.

Version

You can build DepthONNX from sources or install to your own project using nuget package manager.

Assembly Specification OS Package Algebra
DepthONNX .NET Standard 2.0 Cross-platform NuGet UMapx

Installation

C# interface

using DepthONNX;

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

License

DepthONNX is released under the MIT license.