Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 291 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 291 Bytes

FaceDatectorOpenVINO

How to run it?

  • run setupvars.bat
  • run face_detector.py To stop it press q

What was used?

  • OpenVINO
  • Python 3.6.9

If you want to use a life video from web-cam just change line 25 cap = cv.VideoCapture("godzilla.mp4") to cap = cv.VideoCapture(0)