Player Reid Report
Player Reid Report
--------------------------
The objective was to detect and re-identify football players across frames in broadcast video footage. The
approach utilized a combination of the YOLOv8 object detection model for identifying players and Deep
YOLOv8 was used for its real-time inference capability and high accuracy in object detection. Only detections
The Deep SORT algorithm handled the temporal tracking of detected players, assigning consistent IDs to
------------------------------------
1. Lowering frame resolution to 320x192 to reduce latency and enable faster inference.
4. Tested different YOLO confidence thresholds for optimal balance between false positives and misses.
Challenges Encountered:
------------------------
- Real-time processing was challenging with CPU-only execution; inference times were high.
- Model size (YOLO weights and environment dependencies) exceeded GitHub upload limits, requiring use of
external storage.
Page 1
Player Re-identification in Broadcast Sports Footage
----------------------------------------
- Incorporate re-identification embeddings to improve identity consistency across occlusions and camera
cuts.
Conclusion:
-----------
The system successfully detects and tracks players in broadcast footage using YOLOv8 and Deep SORT.
The modular code allows for easy improvements, and despite some latency issues, the solution is effective
and extensible.
Page 2