My ambitious project to use a combination of ML, hardware, and cloud tech to capture and conquer the rugby pitch.
Using 360 video capture to record the entire pitch.
Use custom object tracking models to track players.
Using the player tracks and some mathmatical things that I need to learn, generate a neat 2D orthoganal projection of the player tracks.
Using the clean 2D player tracks, train models to detect when specific plays are excuted and when score happen.
Feed the time timeline of data (plays, scores, location on pitch) into a reinforcement learning model to devise a model that can predict which plays have the highest chance of resulting in scores.
Have all this run in real-time at the side of the pitch to give instant tactical suggestions.