Skip to content

I used CNN for image processing. Right now only blue colored signal will work, day by day I'll enhance this model so that it can detect all type of colored signal.

Notifications You must be signed in to change notification settings

sayandeepmajumdar/TrafficSignalDetectUsingCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrafficSignalDetectUsingCNN

We use CNN for image processing. Right now only blue colored signal will work, day by day we'll enhance this model so that it can detect all type of colored signal.

This project is basically based on TrafficSign Recognition in both image capture and video capture. In this case we use principal of Convolutional Neural Networks In the preprocessing of data we reshape all the data to a particular dimension as cv2 from opencv does not work with different dimensions images. Here we use K-Means Cluster algorithm to build the model Lastly to test it we connect the model to webcam and use 3 zones over there zone0,zone1,zone2.

Drawbacks: Presently its working on blue colored images. (Work underprogress)

Installations

  1. Install all the dependency using pip install -r requirements.txt

  2. Now run the command. python maincode.py

    It will better if you have installed virtualenv in your system. (pip install virtualenv)

    Showcase

    Try it out !!!

    Relax, 😉 and have a coffee ☕ now

About

I used CNN for image processing. Right now only blue colored signal will work, day by day I'll enhance this model so that it can detect all type of colored signal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages