Make raspimon that looks at you based on your face location.
Also flips the camera frame so it works like a mirror.
Change-Id: I4a45c5ceb2680686d638caa17abc0ff04ca49950
3 files changed
tree: 625ee918d2730b5d2e9c9bf52703115f52553457
- .gitignore
- bestiary.py
- 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