Rough draft student-facing example code for face detection with SenseHat
Change-Id: I36df07cd9143123e290942adddbb41c6bd43dd54
1 file changed
tree: 9e588f5cfb23699fc62859c9cac3f7970e941ce9
- .gitignore
- classify.py
- detect.py
- example.py
- Makefile
- raspimon_sees_faces.py
- README.md
- vision.py
README.md
Raspimon + Coral
- Install Edge TPU runtime:
wget https://github.com/google-coral/libedgetpu/releases/download/release-frogfish/edgetpu_runtime_20210119.zip
unzip edgetpu_runtime_20210119.zip
sudo edgetpu_runtime/install.sh
- Download test models and labels:
make download
- Create and activate virtual environment:
make venv
source .env/bin/activate
- Run demo script:
DISPLAY=:0 python3 example.py