/edge_tpu

Edge TPU samples.

Primary LanguagePythonMIT LicenseMIT

Edge TPU / TF-Lite samples.

About

Coral Edge TPU / TensorFlow-Lite samples (Python/C++, Raspberry Pi/Windows/Linux).

detection camouflage deeplab segmentation

Environment

  • Coral Edge TPU USB Accelerator
  • Raspberry Pi (3 B+ / 4) + PiCamera or UVC Camera
  • x64 PC(Windows or Linux) + Video file or UVC Camera
  • Python3

Installation

Usage

Image classification:
$ python3 ./object_detection_capture_picamera.py --model=<PATH_TO_edgetpu.tflite> --label=<PATH_TO_LABELS_TXT>

Full command-line options:
$ python3 ./xxxx.py -h

Reference