Skip to content

This is our SIH 2018 Project with detects object related to traffic like traffic signs, vehicles etc

License

Notifications You must be signed in to change notification settings

abhishekjshukla/Traffic-Signs-and-Object-Detection

Repository files navigation

Traffic Sign and Object Detection using YOLO Algorithm

We attempt to make Traffic Sign and Object detection using YOLO(You-Only-Look-Once) Algorithm. The reason behind choosing of YOLO is because of the high speed of detection with reasonable amount of accuracy(~74%). YOLO Algorithm is popular due to its Real-Time Object detection capability.

This Project was submitted in Smart India Hackathon 2018 under team name: 6_Pixels.

Along with Object Detection our model has been designed with easy to use and navigate interface (User Interface) using PYGAME library of Python. The Model also has the capability to notify user about the Traffic Signs and Vehicles using Speech. The speech is available in 4 Languages at the moment namely: English, Hindi, Bangali, Marathi.

Also we have attempted to add the feature of Fatigue detection of the driver based on closing of eye using HaarCascades of OpenCV. If the driver's eyes remain closed for a long time, the alarm starts to ring to wake the driver up.

The model also has the capability to estimate the distance of vehicle in front of it thus setting a stepping stone towards self-driving cars. Also you can view Map and Weather Condition in the User Interface. Below are some results and Screenshots of the final project.

Usage

Clone the repository to your local machine

git clone https://github.com/dark-archerx/Traffic-Signs-and-Object-Detection

Navigate to the Directory

cd Traffic-Signs-and-Object-Detection

Install all the Requirements given below.

Download pre-trained weights or train your own and add them to main.py and also add the cfg file to your main.py file.

Execute main.py file!

Requirements

After instllation of pyowm, You would require an API Key which can be generated from the Official Website For more information on PyOwm check out csparpa/pyown. Paste the generated API Key in Line 127 of main.py

ScreenShots

Stop Sign Detection Traffic Light Car Detection

About

This is our SIH 2018 Project with detects object related to traffic like traffic signs, vehicles etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages