/rpi-vision

Tools and examples for getting started with object detection + classification tasks on Raspberry Pi, using Tensorflow 2.0 and Keras. READ ME FIRST: https://medium.com/@grepLeigh/portable-computer-vision-tensorflow-2-0-on-a-raspberry-pi-part-1-of-2-84e318798ce9

Primary LanguagePythonMIT LicenseMIT

RPI Vision

Deep object detection on a Raspberry Pi using Tensorflow & Keras.

Materials

Install Dependencies (on Raspberry Pi)

Follow the guide in our Learn System https://learn.adafruit.com/running-tensorflow-lite-on-the-raspberry-pi-4

Running a trainer (GPU Accelerated)

pip install -r trainer.requirements.txt

Analyzing via Tensorboard

tensorboard --logdir gs://my-gcs-bucket/my-model/logs/

References