# UltraFaceDotNet **Repository Path**: yongjunchen/UltraFaceDotNet ## Basic Information - **Project Name**: UltraFaceDotNet - **Description**: C# version of Ultra-Light-Fast-Generic-Face-Detector-1MB - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-25 - **Last Updated**: 2021-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ![Alt text](nuget/face48.png "UltraFaceDotNet") UltraFaceDotNet [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)]() [![codecov](https://codecov.io/gh/takuya-takeuchi/UltraFaceDotNet/branch/master/graph/badge.svg)](https://codecov.io/gh/takuya-takeuchi/UltraFaceDotNet) C# version of Ultra-Light-Fast-Generic-Face-Detector-1MB This repository is porting https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB by C#. This package supports cross platform, Windows, Linux and MacOSX!! ## Demo ## Dependencies Libraries and Products #### [Ultra-Light-Fast-Generic-Face-Detector-1MB](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB/) > **License:** The MIT License > > **Author:** Linzaer > > **Principal Use:** 1MB lightweight face detection model. Main goal of UltraFaceDotNet is what ports Ultra-Light-Fast-Generic-Face-Detector-1MB by C#. #### [ncnn](https://github.com/Tencent/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](https://opencv.org/) > **License:** The BSD 3-Clause License > > **Author:** Intel Corporation, Willow Garage, Itseez > > **Principal Use:** Uses to read and show image data. #### [NcnnDotNet](https://github.com/takuya-takeuchi/NcnnDotNet/) > **License:** The MIT License > > **Author:** Takuya Takeuchi > > **Principal Use:** Use ncnn interface via .NET. This library is developed by this owner.