Mini OpenVINO.NET Face Detection demo

October 12, 2023 ยท View on GitHub

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