Skip to content

Releases: bitsy-ai/rpi-object-tracking

NEW: Face Detection & Tracking

09 Feb 20:29
Compare
Choose a tag to compare

Face Detection

The following command will detect all faces. Supports Edge TPU acceleration by passing the --edge-tpu option.

rpi-deep-pantilt face-detect --help
Usage: cli.py face-detect [OPTIONS]

Options:
  --loglevel TEXT  Run object detection without pan-tilt controls. Pass
                   --loglevel=DEBUG to inspect FPS.
  --edge-tpu       Accelerate inferences using Coral USB Edge TPU
  --help           Show this message and exit.

Face Tracking

The following command will track between all faces in a frame. Supports Edge TPU acceleration by passing the --edge-tpu option.

rpi-deep-pantilt face-detect --help
Usage: cli.py face-detect [OPTIONS]

Options:
  --loglevel TEXT  Run object detection without pan-tilt controls. Pass
                   --loglevel=DEBUG to inspect FPS.
  --edge-tpu       Accelerate inferences using Coral USB Edge TPU
  --help           Show this message and exit.

v1.0.1

09 Dec 04:11
Compare
Choose a tag to compare
Bump version: 1.0.0 → 1.0.1

v1.0.0

09 Dec 03:49
Compare
Choose a tag to compare
Bump version: 1.0.0rc5 → 1.0.0