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
334 stars 296 forks source link

Changes committed to Add Dataset to the Repository #546

Closed utsabsamadder closed 2 months ago

utsabsamadder commented 2 months ago

Pull Request for DL-Simplified 💡

Issue Title :

Closes: #issue number that will be closed through this PR

Describe the add-ons or changes you've made 📃

Give a clear description of what have you added or modifications made

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Describe how it has been tested Describe how have you verified the changes made

Checklist: ☑️

github-actions[bot] commented 2 months ago

Our team will soon review your PR. Thanks @utsabsamadder :)

utsabsamadder commented 2 months ago

@abhisheks008 Could you merge this into your Repository?

utsabsamadder commented 2 months ago

I have added the dataset here. Now I will add the best.py file and other python files

abhisheks008 commented 2 months ago

Hi @utsabsamadder no need to push the datapoints, this is huge in size. Instead you can create a folder as Dataset inside that create a README.md file and paste the URL/source of the dataset. This will be efficient enough.

Also, complete the whole project and then create the PR, it'll be better for me to check the codebase.

utsabsamadder commented 2 months ago

Okay i got it

utsabsamadder commented 2 months ago

I have made my Custom dataset and labeling it at the moment. YOLO does not work on vectorized Datasets.

abhisheks008 commented 2 months ago

I have made my Custom dataset and labeling it at the moment. YOLO does not work on vectorized Datasets.

No problem. Whatever the dataset you have used if it is huge in size just create a README inside the Dataset folder and put the source of the dataset. You can also share a brief about the dataset.