/mini-openvino-facedetection

A mini face detection demo using OpenVINO.NET

Primary LanguageC#Apache License 2.0Apache-2.0

Mini OpenVINO.NET Face Detection demo

A mini face detection demo using 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

NuGet package dependencies

  • Sdcb.OpenVINO
  • Sdcb.OpenVINO.runtime.win-x64
  • OpenCvSharp4
  • OpenCvSharp4.runtime.win