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

Vehicle License Number Plate Detection using YOLOv7 model #633

Open
saleena-18 opened this issue May 16, 2024 · 6 comments
Open

Vehicle License Number Plate Detection using YOLOv7 model #633

saleena-18 opened this issue May 16, 2024 · 6 comments
Assignees
Labels
gssoc gssoc

Comments

@saleena-18
Copy link

saleena-18 commented May 16, 2024

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.

Copy link

Thanks for creating the issue

@saleena-18
Copy link
Author

saleena-18 commented May 16, 2024

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
Copy link
Collaborator

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

@saleena-18
Copy link
Author

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

@invigorzz313
Copy link
Collaborator

Level labels are put on the PRs after reviewing it.

@sanskritiagr
Copy link
Contributor

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

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

No branches or pull requests

3 participants