add threading for animated raspimon, add default vision args, add bestiary for raspimon poses/colors
Change-Id: I05d3e24f43b7106d68b05c4f0a7e8d1ea5f8b72a
3 files changed
tree: 8ff0ff2180f71abef5df4897e0ebf7b461ba8bfd
- .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