Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 979 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 979 Bytes

Cloth segmentation library based on deep neural networks and ONNX runtime

ClothONNX

ClothONNX is a cloth segmentation library based on deep neural networks and ONNX runtime.

Version

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

Installation

C# interface

using ClothONNX;

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

License

ClothONNX is released under the MIT license.