Files
github-actions[bot] f8e13417f2 sunnypilot v2026.003.000 release
date: 2026-08-15T14:20:10
master commit: d48cfa730bf21593b684efeaf3fd8940695e1dea
2026-08-15 14:20:16 +08:00
..
2026-08-15 14:20:16 +08:00

Face detection demo

Run simple face detection model on video stream from driver camera of comma three.

This example streams video frames, runs face-detection model and displays window with live detection results (bounding boxes).

Install the example-only display/detection dependencies first:

python3 -m pip install "opencv-python<5" pygame av
# pass the ip address of comma three, if running remotely (by default localhost)
python3 face_detection.py [--host comma-ip-address] [--port 5001] [--camera driver]