Skip to content

Commit

Permalink
Merge pull request #120 from Sohamshah03/SohamShah03
Browse files Browse the repository at this point in the history
Traffic signs detection using YOLOv11
  • Loading branch information
abhisek247767 authored Oct 27, 2024
2 parents edd8162 + 787c2d2 commit 19714f2
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Traffic signs detection using YOLOv11/README_traffic-sign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Traffic signs detection using YOLOv11

## Introduction

Traffic sign detection is an essential task in autonomous driving. By leveraging YOLOv11's capabilities, this project aims to accurately detect various traffic signs from images or video streams, contributing to road safety and navigation assistance.

The scope of the project can also be expanded for blind people by converting the detected signs into audio using Text to Speech APIs.

## Requirements

- Python
- OpenCV
- Numpy
- Pandas
- Matplotlib
- Seaborn

## Datasets

- YAML file for fine tuning YOLOv11: [YAML file](https://www.kaggle.com/datasets/sohamshah03/yamlfile)

- Traffic signs dataset: [Dataset](https://www.kaggle.com/datasets/pkdarabi/cardetection)

- Testing samples: [Samples](https://www.kaggle.com/datasets/gannayasser/speed-and-traffic-sign-detection-test)

## Author

Soham Shah

GitHub: [GitHub](https://github.com/Sohamshah03)

LinkedIn: [LinkedIn](https://www.linkedin.com/in/soham-shah-6563aa289/)

## Contributing

Feel free to add features and raise issues.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

0 comments on commit 19714f2

Please sign in to comment.