Add Classifier and Detector
Change-Id: Ic8f344a982db43919244aa5238ac2f597b2115e7
2 files changed
tree: 391a2b7c275f1412d21b8112ec52c08c51d91132
- .gitignore
- classify.py
- detect.py
- example.py
- Makefile
- README.md
- vision.py
README.md
Raspimon + Coral
- 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
- Download test models and labels:
make download
- Create and activate virtual environment:
make venv
source .env/bin/activate
- Run demo script:
DISPLAY=:0 python3 example.py