Detecting traffic signs using YOLO algorithm
[]()
git clone https://github.com/AmeyaWagh/Traffic_sign_detection_YOLO.git
cd darkflow
python3 setup.py build_ext --inplace
pip install .
flow --h
cd ..
mkdir dataset
python3 datasetGenerator.py
cd darkflow
mkdir built_graph
{
"yoloConfig":{
"pbLoad": "./built_graph/tiny-yolo-voc27.pb",
"metaLoad": "./built_graph/tiny-yolo-voc27.meta",
"labels":"../labels.txt",
"threshold":0.01,
"gpu":0.7
},
"dataset":"./dataset"
}
./runYOLO
cd darkflow
./trainYOLO