Add check script

Change-Id: I523b2ad6646690ec39125ad4e0abaaa0083132e0
1 file changed
tree: f8c439c45b4a6ed3e7221539964a906cc8309e28
  1. .gitignore
  2. audio_recorder.py
  3. bestiary.py
  4. check.py
  5. Makefile
  6. mel_features.py
  7. raspimon_sees_faces.py
  8. raspimon_sees_things.py
  9. README.md
  10. vision.py
  11. vision_example.py
  12. voice.py
  13. voice_example.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