Releases: bitsy-ai/rpi-object-tracking
Releases · bitsy-ai/rpi-object-tracking
NEW: Face Detection & Tracking
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
Bump version: 1.0.0 → 1.0.1
v1.0.0
Bump version: 1.0.0rc5 → 1.0.0