Movidius 2 & Raspberry Pi 3 B/B+ ๐ท
๐ต install and test CNN ๐ฎ

โ๏ธ Default Intel Movidius Neural Compute Stick 2 donโt support ARM CPU


Hardware ๐
- Raspberry Pi 3 B/B+
- SD Card 16/32 GB Class 10
- Camera Webcam 720/1080 p
- Intel Movidius Neural Compute Stick 2
Software ๐ป
Knowledge required
- Linux Command
- Python3
โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ
Install the Package
- Open the Terminal
Set the Environment Variables
Edit .bashrc add env

Save and close the file
- Crtl + X
- Y
- Enter
Close terminal and Open a new terminal
- You will find the word
[setupvars.sh] OpenVINO environment initialized

Connect Intel Movidius Neural Compute Stick 2 to RPi 3
Add USB Rules
Log out and log in for it to take effect.
Build and Run Object Detection Sample
Edit /etc/dphys-swapfile

Save and close the file
- Crtl + X
- Y
- Enter
Completed when it reaches 100%
Test install


Connect Camera Webcam to RPi 3
Run Face Detection Model Using OpenCV* API
Edit openvino_fd_myriad.py
Save and close the file
- Crtl + X
- Y
- Enter


Real Time Camera

Press q to quit program
Build All Sample
Raspberry Pi 3 B/B+ have CPU 4 Core but default file build_samples.sh support CPU Intel 8 Core.
Edit build_samples.sh for Raspberry Pi 3 B/B+

Save and close the file
- Crtl + X
- Y
- Enter

โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ โ