Cloth segmentation library based on deep neural networks and ONNX runtime
ClothONNX is a cloth segmentation library based on deep neural networks and ONNX runtime.
You can build ClothONNX from sources or install to your own project using nuget package manager.
Assembly | Specification | OS | Package | Algebra |
---|---|---|---|---|
ClothONNX | .NET Standard 2.0 | Cross-platform | NuGet | UMapx |
C# interface
using ClothONNX;
To get started with ClothONNX, it is recommended to look at the folder with examples.
ClothONNX is released under the MIT license.