Skip to content

bakjiho/TrafficLightExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Light Example

Run on Ainize

This project recognize traffic lights at korea. It uses YOLOv3 and OpenCV libraries with python3.

It takes 7,000 traffic light images and 30,000 training counts for training.

testing

Class structure

We used 10 classes. 3balls traffic lights or 4balls traffic lights.

class number class name
0 3 red
1 3 yellow
2 3 green
3 3 left
4 4 red
5 4 green
6 4 yellow
7 4 red left
8 4 left green
9 4 red yellow

How to run

terminal

python3 main.py

and go url with your browsers.

http://localhost/

done!

Result image

result

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published