Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 988 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 988 Bytes

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.