tree: 625ee918d2730b5d2e9c9bf52703115f52553457 [path history] [tgz]
  1. .gitignore
  2. bestiary.py
  3. classify.py
  4. detect.py
  5. example.py
  6. Makefile
  7. raspimon_sees_faces.py
  8. README.md
  9. vision.py
README.md

Raspimon + Coral

  1. 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
  1. Download test models and labels:
make download
  1. Create and activate virtual environment:
make venv
source .env/bin/activate
  1. Run demo script:
DISPLAY=:0 python3 example.py