Monocular depth estimation library based on deep neural networks and ONNX runtime
DepthONNX is a monocular depth estimation library based on deep neural networks and ONNX runtime.
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 |
C# interface
using DepthONNX;
To get started with DepthONNX, it is recommended to look at the folder with examples.
DepthONNX is released under the MIT license.