Add TFLite object detection to reduce false positives
Motion detection now optionally runs MobileNet V2 SSD (COCO, quantized) on frames that trigger motion, identifying objects like people, cats, and cars. Events without detected objects are suppressed by default. Snapshots include bounding box annotations. New MCP tool vision_get_detections() enables label-based queries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,3 +12,6 @@ python-dotenv>=1.0.0
|
||||
|
||||
# HTTP client (for posting events to collector)
|
||||
httpx>=0.24.0
|
||||
|
||||
# Object detection (installed separately by setup.sh)
|
||||
# tflite-runtime>=2.14.0
|
||||
|
||||
Reference in New Issue
Block a user