Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.17 KB

movidius-rpi

Real-time face detection example with OpenVINO running on Raspberry Pi

Raspberry Pi Screenshot

Requirements

  • Raspberry Pi 3 Model B
  • Movidius Neural Compute Stick 2 (not tested yet on NCS)
  • Webcam
  • Display (Optional)

Installation

To install the Intel® Distribution of OpenVINO™ Toolkit for Raspbian, follow these instructions

Running the app

Command example:

python realtime_facedetection.py --display 1

In order to test and debug the app, I have added the video and ran the app on VM. In order to process the video instead of webcam stream, run the following:

--input videos/dive.mp4

Useful Resources

Thanks to Adrian Rosenbrock for the following helpful tutorials: