Giter VIP home page Giter VIP logo

traffic_sign_detection_yolo's Introduction

Traffic_sign_detection_YOLO

Detecting traffic signs using YOLO algorithm IMAGE ALT TEXT HERE

Clone the repository

git clone https://github.com/AmeyaWagh/Traffic_sign_detection_YOLO.git

Goto darkflow and build cython extension by running

cd darkflow
python3 setup.py build_ext --inplace

Then build globally with

pip install .

Check if "flow" works with "flow --h"

flow --h

Go back and create a new folder called "dataset" in base directory. Download and extract LISA dataset into the dataset folder

cd ..
mkdir dataset

run datasetGenerator.py

python3 datasetGenerator.py

goto darkflow and create "built_graph" directory inside darkflow if you are not training, and save pb and meta files there (pb and meta files can be downloaded here "https://drive.google.com/file/d/171AyNg4zSmz4OXhfcdgU2cxrqTfIV2BD/view?usp=sharing")

cd darkflow
mkdir built_graph

set GPU to 0.0 in the config3.json if not using GPU

{
	"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"	
}

Run YOLO

./runYOLO

Training

cd darkflow
./trainYOLO

traffic_sign_detection_yolo's People

Contributors

ameyawagh avatar shakthisharavanan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.