Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 452 Bytes

File metadata and controls

5 lines (3 loc) · 452 Bytes

Traffic Sign Detection and Information Extraction

Directory yolov3 stores all the files needed to train the YOLO model using custom data and objects on the GPU server from Google Colab.

To test the YOLO Object Detection and Optical Character Recognition models on other images, open the notebook Test.ipynb using Colab, make sure the test image, yolov3.cfg file and your ".weights" file are all uploaded to Colab, and then run all the cells.