Skip to content

Update multiple files#134

Merged
openminddev merged 4 commits into
mainfrom
test-fall-detection
Jun 17, 2026
Merged

Update multiple files#134
openminddev merged 4 commits into
mainfrom
test-fall-detection

Conversation

@openminddev

Copy link
Copy Markdown
Contributor

This pull request enhances the fall detection tracking system by adding more detailed information about detected falls, including bounding box coordinates and confidence scores. It also updates the way model engine files are referenced, improving platform compatibility.

Fall detection tracking improvements:

  • The FallInfo class now includes bbox (bounding box for the detected person) and confidence (fall detection confidence score) attributes, providing more context for each fall event.
  • When matching falls to faces, the bbox and confidence values are now populated for each FallInfo instance.
  • The output dictionary now includes a new fallen_now_details field, listing each fallen person with their name, bounding box, and confidence score for improved downstream processing or UI display. [1] [2]

Model engine file handling:

  • The model directory path and pose engine file naming in run.py have been updated to use the correct engines directory and to select the pose model based on platform, improving compatibility across different environments.

jerinpeter and others added 4 commits June 17, 2026 12:01
Silence static type checker complaints by adding a '# type: ignore' comment when converting status.bbox to a tuple of floats. This does not change runtime behavior—only suppresses type errors for the bbox conversion.
@openminddev openminddev merged commit ae5fc3b into main Jun 17, 2026
7 checks passed
@openminddev openminddev deleted the test-fall-detection branch June 17, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants