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. Install debian packages:
make deb
  1. Download model and label files:
make download
  1. Create and activate virtual environment:
make venv
source .env/bin/activate
  1. Run demo script:
DISPLAY=:0 python3 vision_example.py