Check out my Computer Vision Repository for projects showcasing advanced image processing techniques like object detection, image stitching, and segmentation using Python and OpenCV. Whether you're a researcher, developer, or enthusiast, you'll find comprehensive insights and practical implementations to advance your computer vision skills.
Traffic Sign Detection
NOTE: Kindly write in the following format -
Closes #189
Description
Using German Traffic Sign Recognition Benchmark, in this script I have used
Data Augmentation and then passed the images to miniVGGNet (VGG 7) a famous architecture of
Convolutional Neural Network (CNN).
Type of PR
[ ] Bug fix
[X] Feature enhancement
[ ] Documentation update
[ ] Other (specify): ___
Checklist:
[X] I have performed a self-review of my code
[X] I have read and followed the Contribution Guidelines.
[X] I have tested the changes thoroughly before submitting this pull request.
[X] I have provided relevant issue numbers, screenshots, and videos after making the changes.
[X] I have commented my code, particularly in hard-to-understand areas.
Related Issue
Traffic Sign Detection NOTE: Kindly write in the following format -
Closes #189
Description
Using German Traffic Sign Recognition Benchmark, in this script I have used Data Augmentation and then passed the images to miniVGGNet (VGG 7) a famous architecture of Convolutional Neural Network (CNN).
Type of PR
Checklist: