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
324 stars 290 forks source link

Hand Navigation Landmarks Detection #593

Closed utsabsamadder closed 1 month ago

utsabsamadder commented 1 month ago

Pull Request for DL-Simplified 💡

Issue Title : Hand Navigation Landmarks Detection

Closes: #523

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

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

I have used YOLOv8 to address the change. First, it was necessary to make a dataset as the dataset given in the issue is Vectorized but YOLO can't work on that. Once the dataset has been created I had to annotate it and then use Google Colab to create best.pt. Using best.pt we need to write a python program with data.yaml file to classify various instances. The .py file program has been put in the readme section.

What sort of change have you made:

How Has This Been Tested? ⚙️

To test simply follow the process given in the readme file

Checklist: ☑️

github-actions[bot] commented 1 month ago

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

utsabsamadder commented 1 month ago

No worries at all :)

utsabsamadder commented 1 month ago

@abhisheks008 There is a minor issue with the Readme file in this pull request the code given in readme is wrong :( should I put in another pull request?

Never mind the pull request I created merged with this PR. It is good now.

utsabsamadder commented 1 month ago

@abhisheks008 where can I get the Readme template?

abhisheks008 commented 1 month ago

@abhisheks008 where can I get the Readme template?

https://github.com/abhisheks008/DL-Simplified/tree/main/.github

utsabsamadder commented 1 month ago

@abhisheks008 I have made the requested changes could you please check them? Thank you.

abhisheks008 commented 1 month ago

image Fix this documentation error

image Image not showing

Only YOLO is used, no other architectures are not implemented here.

utsabsamadder commented 1 month ago

Wait I still had to add other models 🥹 But thnx anyways

abhisheks008 commented 1 month ago

Ahhhhhh! I thought you are done with this.