An open API service indexing awesome lists of open source software.

https://github.com/denpalrius/football_analysis

Football match analysis using YOLO v8 and OpenCV
https://github.com/denpalrius/football_analysis

ai cnn computer-vision deep-neural-networks ml opencv yolo

Last synced: about 1 month ago
JSON representation

Football match analysis using YOLO v8 and OpenCV

Awesome Lists containing this project

README

          

# Football match analysis using YOLO v8 and OpenCV

This is a Computer Vision project usibg YOLO V8 and OpenCV in Python to analyse a Bundesliga football match.

- Train Yolo5 moidel with annotated dataset
- Use the model to predict and create the bounding boxes
- Track the bounding boxes
- Since we're not streaming we will pickle them to avoid costly inference
- Draw ellipse on the players and referee bounding boxes for better viewing experience