Returns
pd.DataFrame with face detection data.
Example
Columns
| Column | Type | Description |
|---|---|---|
id | int | Unique face detection ID |
photo_id | int | FK to photos table |
person_id | int | FK to people table |
bbox_left | float | Bounding box left edge (normalized 0-1) |
bbox_top | float | Bounding box top edge (normalized 0-1) |
bbox_width | float | Bounding box width (normalized 0-1) |
bbox_height | float | Bounding box height (normalized 0-1) |
confidence | float | Detection confidence score |
