felixboelter / football-event-detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Football Event Detection

This project aimed to develop a computer vision model capable of accurately detecting and classifying events such as plays, challenges, and throw-ins in football matches.

We utilised the YoloX model for detecting the ball position in every frame, and quadratic interpolation was employed to identify missing frames. The SlowFast model was then used for classifying the events in each frame.

The project’s primary objective was to automate event annotation to scale the data collection process and gather data from previously unexplored competitions. The final model achieved good accuracy in detecting and classifying events.

The Kaggle competition and the data used can be found here.

Results

Football Events

About

License:Apache License 2.0


Languages

Language:Python 98.8%Language:C++ 1.2%