⚽Use YOLO, one of the best AI object detection models, to detect and track players, referees, and footballs in the video.
👕Segment and cluster pixels with K-means to assign players to teams based on the t-shirt colors they are wearing.
📊Calculate a team's ball acquisition percentage using the detected t-shirt pixels within player bounding boxes.
🌊Measure camera movement using optical flow to analyze player movement throughout the video.
📐Implement perspective transformation to accurately represent the scene's depth and measure player movement in meters.