https://github.com/sdcb/mini-openvino-facedetection
A mini face detection demo using OpenVINO.NET
https://github.com/sdcb/mini-openvino-facedetection
Last synced: 4 months ago
JSON representation
A mini face detection demo using OpenVINO.NET
- Host: GitHub
- URL: https://github.com/sdcb/mini-openvino-facedetection
- Owner: sdcb
- License: apache-2.0
- Created: 2023-10-12T02:41:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T03:58:46.000Z (over 2 years ago)
- Last Synced: 2026-01-22T12:54:50.644Z (4 months ago)
- Language: C#
- Size: 12.7 KB
- Stars: 15
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mini OpenVINO.NET Face Detection demo
A mini face detection demo using [OpenVINO.NET](https://github.com/sdcb/OpenVINO.NET).
## Description
This demo uses the OpenVINO face detection model to detect faces in the image, it will automatically download the model from the OpenVINO model zoo, and then use the OpenCV library to draw the face detection frame on the image.
This is the model that this demo uses: [face-detection-0200](https://docs.openvino.ai/2023.1/omz_models_model_face_detection_0200.html)
## NuGet package dependencies
* Sdcb.OpenVINO
* Sdcb.OpenVINO.runtime.win-x64
* OpenCvSharp4
* OpenCvSharp4.runtime.win