Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
334 stars 296 forks source link

Vehicle License Number Plate Detection using YOLOv7 model #633

Open saleena-18 opened 1 month ago

saleena-18 commented 1 month ago

Problem: Traditational CNN models are much slower than YOLOv7 due their complex multi-stage pipeline

Solution: YOLOv7 is 509% faster and has 2% higher accuracy than Mask-R CNN Model It requires several times cheaper hardware than other neural networks and can be trained much faster on small datasets without any pre-trained weights.

Approach: We will perform Transfer Learning and fine-tune our CNN (convolutional neural network)/ deep learning model using the yolov7 architecture. Then after performing OCR text detection and extraction, the model will be able to predict vehicle number by taking video and image input.

Further, we can make this take real time video input since YOLO models because of their high speed can be easily used for real-time object detection which can be implemented in practical scenarios such as traffic surveillance systems in case of non-adherence to traffic rules on roads and highways by the Government, whereas CNN models would lag in such a case.

github-actions[bot] commented 1 month ago

Thanks for creating the issue

saleena-18 commented 1 month ago

I am a GSSOC '24 Contributor I agree to follow the project's Code of Conduct Can you please label this issue for 'gssoc' and the 'level.'

I'd love to work on this issue since I have prior knowledge of working on YOLO models with Face Detection algorithms.

This would be practically helpful for the Government too for traffic surveillance in case of non-adherence to traffic rules on roads and highways. I'd be really grateful if you would assign me this issue. I promise to work diligently on the project.

invigorzz313 commented 1 month ago

The issue has been assigned. Do follow the project guidelines for PR.

saleena-18 commented 1 month ago

@invigorzz313 Sure ma'am! Thankyou so much! Additionally, could you please add the 'level' label to the issue as well..?

invigorzz313 commented 1 month ago

Level labels are put on the PRs after reviewing it.

sanskritiagr commented 1 month ago

I want to contribute to this. Please assign it to me.