Add constants

Change-Id: I1a071d77f50566d1d25dbd0ba3a99d1e6ac648b2
2 files changed
tree: 5b84d21bb23c4692efb3068a1b3c6ce1068c8f04
  1. .gitignore
  2. classify.py
  3. detect.py
  4. example.py
  5. Makefile
  6. README.md
  7. 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