takuya-takeuchi / NcnnDotNet

ncnn wrapper written in C++ and C# for Windows, MacOS, Linux, iOS and Android
MIT License
83 stars 24 forks source link
dotnet linux macos ncnn neural-network uwp windows xamarin xamarin-android xamarin-ios

NcnnDotNet

[GitHub Stars]() [GitHub Forks]() [GitHub Issues]() [GitHub Lisence]()

Package OS x86 x64 ARM ARM64 Nuget
NcnnDotNet (CPU) Windows - - NuGet version
Linux - - NuGet version
OSX - - - NuGet version
NcnnDotNet (GPU) Windows - - - NuGet version
Linux - - - NuGet version
OSX - - - NuGet version
NcnnDotNet (Xamarin) UWP NuGet version
Android NuGet version
iOS - - NuGet version
Package Description Nuget
NcnnDotNet.Extensions.Drawing GDI+ Extensions NuGet version

Demo

YoloV3 on Xamarin.Android, iOS and UWP

Related Projects

Dependencies Libraries and Products

ncnn

License: The BSD 3-Clause License

Author: THL A29. Limited, a Tencent company

Principal Use: A high-performance neural network inference framework optimized for the mobile platform in C++. Main goal of NcnnDotNet is what wraps ncnn by C#.

OpenCV

License: The BSD 3-Clause License

Author: Intel Corporation, Willow Garage, Itseez

Principal Use: Uses to read and show image data.