Better console messages for the test script (also rename it)

Change-Id: I20af4f4d82287459d7283ab9fc7dbaaf910c51a1
2 files changed
tree: c03961e8017ff67a997ff98897417f31d300f2b7
  1. .gitignore
  2. audio_recorder.py
  3. bestiary.py
  4. Makefile
  5. mel_features.py
  6. raspimon_sees_faces.py
  7. raspimon_sees_things.py
  8. README.md
  9. test.py
  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. 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