Awesome
Package | OS | x86 | x64 | ARM | ARM64 | Nuget |
---|---|---|---|---|---|---|
NcnnDotNet (CPU) | Windows | ✓ | ✓ | - | - | |
Linux | - | ✓ | - | ✓ | ||
OSX | - | ✓ | - | - | ||
NcnnDotNet (GPU) | Windows | - | ✓ | - | - | |
Linux | - | ✓ | - | - | ||
OSX | - | ✓ | - | - | ||
NcnnDotNet (Xamarin) | UWP | ✓ | ✓ | ✓ | ✓ | |
Android | ✓ | ✓ | ✓ | ✓ | ||
iOS | - | ✓ | - | ✓ |
Package | Description | Nuget |
---|---|---|
NcnnDotNet.Extensions.Drawing | GDI+ Extensions |
Demo
YoloV3 on Xamarin.Android, iOS and UWP
<img src="examples\Xamarin\YoloV3\images\android.webp" width="150" /> <img src="examples\Xamarin\YoloV3\images\ios.webp" width="150" /> <img src="examples\Xamarin\YoloV3\images\uwp.webp" width="300" />
Related Projects
- UltraFaceDotNet
- Face detection .NET library uses NcnnDotNet
- CenterFaceDotNet
- Face detection .NET library uses NcnnDotNet
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.