Skip to content

henrymound/ml_final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Sign Segmentation and Classification

ML Final Project CS451

Ben Vandenbosch and Henry Mound

In order for this code to run, the user must have Pillow, TensorFlow, and OpenCV2 to run. create_dataset.py reads from the Berkeley DeepDrive dataset which can be downloaded here. In order for the code to run, the bdd100k_images and bdd100k_images folders should be in the traffic-lights directory.

To run an image through yolo_opencv.py, use the following format:

python yolo_opencv.py --image IMAGE.jpg --config yolov3.cfg --weights yolov3.weights --classes yolov3.txt

Credit to:

About

CS451 Final Project: Traffic Sign Segmentation & Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages