Skip to content

ARCHANGELOVE/facedet-openvino

Repository files navigation

OpenVino_face-detection_python

Tutorial on how to aply Face Detection in webcam using OpenVino with python. This code tested on Windows 10 and Ubuntu.

What is OpenVino

OpenVino (OpenVisual Inferencing and Neural Network Optimization) is toolkit to develop Deep Learning Application especially for Computer Vision by Intel. OpenVino Enables deep learning inference at the edge and supports heterogeneous execution across computer vision accelerators—CPU, GPU, Intel® Movidius™ Neural Compute Stick, and FPGA—using a common API. read more

Download OpenVino

https://software.intel.com/en-us/openvino-toolkit/choose-download

Hardware Requirement

CPU:

  • Minimum Intel gen6 processors
  • Some Ryzen series support but not all

GPU:

  • Intel HD Graphics

OpenVINO Installation Guide

How to use:

  • Ubuntu: add source /opt/intel/openvino/bin/setupvars.sh to the .bashrc
    then run python3 face_detection.py

  • Windows: run OpenVINO setupvars.bat first before run the script. Example:
    "C:\Program Files (x86)\IntelSWTools\openvino\bin\setupvars.bat"
    (with " because it has space on the folder path) then run python face_detection.py

Latest version tested:

  • openvino_2021.1.110

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published