← All projects
Soccer Player Tracker
Computer-vision software that tracks players and the ball in match video.
- Year
- 2023
- Stack
- PythonYOLOv5
Overview
A Python tool built on YOLOv5 that follows players and the ball through match footage, then turns the tracked positions into team and player statistics for sports analysis.
Highlights
- Tracked player and ball positions in match video using YOLOv5 object detection.
- Calculated team-possession and player-position statistics from the tracked video data.