-
-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Project addition] : Football Analyser #616
Comments
Please assign this issue to me under GSSOC'24. |
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. |
@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 . |
Assigned @chiragHimself |
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title : FootballAnalyser
🔴 Aim :The project aims at harnessing the power of advance deep learning and object detection models like yolo to simplify the sport of football.
🔴 Dataset : Football feeds - kaggle dataset
🔴 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 :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: