- Raspberry Pi 3 Model B
- Movidius Neural Compute Stick 2 (not tested yet on NCS)
- Webcam
- Display (Optional)
To install the Intel® Distribution of OpenVINO™ Toolkit for Raspbian, follow these instructions
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
Thanks to Adrian Rosenbrock for the following helpful tutorials: