Skip to content

feat(yolo-tracker): add detection_count and summary metadata#118

Open
rogermt wants to merge 1 commit intomainfrom
v0.16.2
Open

feat(yolo-tracker): add detection_count and summary metadata#118
rogermt wants to merge 1 commit intomainfrom
v0.16.2

Conversation

@rogermt
Copy link
Copy Markdown
Owner

@rogermt rogermt commented Mar 23, 2026

Summary

Add detection_count and summary metadata to YOLO tracker tools.

Changes

  • Add detection_count to radar.py (both image functions)
  • Create utils/summary.py with compute_video_summary()
  • Export compute_video_summary in utils/init.py
  • Add summary to all 4 video tool outputs in plugin.py
  • Add summary field to manifest.json video tools

Testing

  • ruff check --fix: All checks passed
  • mypy: Success: no issues found

PYTHON_STANDARDS.md Checklist

  • Type hints on all functions
  • Google-style docstrings
  • Self-documenting variable names
  • Separation of Concerns (pure function)
  • Use logging (not print)

- Add detection_count to radar.py (both functions)
- Create utils/summary.py with compute_video_summary()
- Export compute_video_summary in utils/__init__.py
- Add summary to all 4 video tool outputs in plugin.py
- Add summary field to manifest.json video tools
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.

1 participant