Home

Awesome

Alt text CenterFaceDotNet GitHub license codecov

C# version of CenterFace This repository is porting https://github.com/Star-Clouds/CenterFace by C#.

This package supports cross platform, Windows, Linux and MacOSX!!

PackageOSx86x64ARMARM64Nuget
CenterFaceDotNet (CPU)Windows---NuGet version
Linux---NuGet version
OSX---NuGet version
CenterFaceDotNet (GPU)Windows---NuGet version
Linux---NuGet version
OSX---NuGet version

Demo

<img src="examples/Demo/images/image.jpg" width="480"/>

Dependencies Libraries and Products

CenterFace

License: The MIT License

Author: StarClouds

Principal Use: Practical anchor-free face detection and alignment method for edge devices. Main goal of CenterFaceDotNet is what ports CenterFace by C#.

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.

NcnnDotNet

License: The MIT License

Author: Takuya Takeuchi

Principal Use: Use ncnn interface via .NET. This library is developed by this owner.