abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
319 stars 288 forks source link

[Project addition] : Football Analyser #616

Open chiragHimself opened 1 month ago

chiragHimself commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : FootballAnalyser
:red_circle: Aim :The project aims at harnessing the power of advance deep learning and object detection models like yolo to simplify the sport of football.
:red_circle: Dataset : Football feeds - kaggle dataset
:red_circle: Approach : The project uses Yolo algorithm for detecting various players and ball and other entities in video feed then further use advance utilities like OpenCV, Supervision etc. to add the advance features like possession calculation , speed calculation , distance estimator etc.


📍 Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

chiragHimself commented 1 month ago

Please assign this issue to me under GSSOC'24.

abhisheks008 commented 1 month ago

Can you please share the URL of the dataset? Other than YOLO what are the options you have for implementing in this project as you need to implement at least 2-3 deep learning models to make this project successful in terms of this repo.

@chiragHimself

chiragHimself commented 1 month ago

@abhisheks008 I can also test SSD(single shot detectors), OpenCV haarcascades which are also very capable in localization but I think it still would not be able to beat the results of Yolo newer versions. Further here is the link to the kaggle dataset: https://www.kaggle.com/competitions/dfl-bundesliga-data-shootout/data?select=clips , also this roboflow dataset will be great to fine train and will make localization highly accurate : https://universe.roboflow.com/roboflow-jvuqo/football-players-detection-3zvbc/dataset/1 .

abhisheks008 commented 1 month ago

Assigned @chiragHimself