Skip to content
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

Cricket Shots Detection using DL #886

Open
ayan-joshi opened this issue Aug 3, 2024 · 7 comments
Open

Cricket Shots Detection using DL #886

ayan-joshi opened this issue Aug 3, 2024 · 7 comments
Assignees
Labels

Comments

@ayan-joshi
Copy link

Deep Learning Simplified Repository (Proposing new issue)

🔴 Project Title : Cricket Shots Detection

🔴 Aim : he project focuses on classification of different cricket shots using various Deep Learning Algorithms.

🔴 Dataset : https://www.kaggle.com/datasets/aneesh10/cricket-shot-dataset

🔴 Approach : Deep Learning Algorithms used will be: ResNet, DenseNet , InceptionNet


📍 Follow the Guidelines to Contribute in the Project :

  • You need to create a separate folder named as the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project in other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

Happy Contributing 🚀

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

@abhisheks008 I hope this will be a great addition to DL-Simplified

Copy link

github-actions bot commented Aug 3, 2024

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@ayan-joshi
Copy link
Author

@abhisheks008 Please have a look at it once

@abhisheks008
Copy link
Owner

It's better to start working on this issue @ayan-joshi. Assigning this issue to you.

@abhisheks008 abhisheks008 added Status: Assigned Assigned issue. level2 Level 2 for GSSOC gssoc Girlscript Summer of Code 2024 Status: Up for Grabs Up for grabs issue. and removed Status: Assigned Assigned issue. level2 Level 2 for GSSOC gssoc Girlscript Summer of Code 2024 labels Aug 6, 2024
@abhisheks008 abhisheks008 changed the title Cricket Shots detection Cricket Shots Detection using DL Aug 11, 2024
@ayan-joshi
Copy link
Author

@abhisheks008 I'm working on it , its okay if GSSOC is over I'll still complete it dont unassign

@abhisheks008
Copy link
Owner

Cool. @ayan-joshi

@ayan-joshi
Copy link
Author

ayan-joshi commented Aug 22, 2024

image

it happens everytime I try cloning , is it because of network connection or any other reason? @abhisheks008

@abhisheks008
Copy link
Owner

  1. Increase Git buffer size:
    It may be that the repository is too large for the default Git buffer size. You can increase it by running the following command in your terminal:

git config --global http.postBuffer 157286400

  1. Use --depth to limit the clone size:
    You can try a shallow clone, which only pulls the latest commit history, reducing the size of the clone:

git clone --depth 1 <repository-url>

  1. Check your internet connection:
    This error can also occur due to a weak or unstable internet connection. Ensure your connection is stable before retrying the clone.

  2. Restart the clone:
    If the network or connection issue persists, you can try running the clone again from the beginning:

git clone <repository-url>

  1. Use SSH instead of HTTPS:
    If you are cloning using HTTPS, try switching to SSH, as it can sometimes help with larger repositories:

git clone [email protected]:<username>/<repository>.git

Try out these solutions, hopefully you'll get rid of this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants