Giter VIP home page Giter VIP logo

workshop-traffic-signs's Introduction

workshop-traffic-signs

Getting Started

  1. Clone or download this repository
  2. Get the data
  3. Setup your environment

Data

For this workshop we will be using the German Traffic Sign Recognition Benchmark Dataset. Particularly a preprocessed version from Udacity which is also used in one of the projects in their Self-Driving Car Nanodegree Programm. In this version all the images are resized to 32x32 pixels and already split into a train and test set. The data can be downloaded here.

Sample traffix signs

Setup

We will use python 3.5 with the following packages:

The easiest way to get started is by installing anaconda. Anaconda allows to create virtual environments to keep everything nice an clean. After installing anaconda your command line tool of choice and execute the following statements.

Environment

The next line will create a new environment with python 3.5 and install numpy, jupyter, matplotlib, scikit-learn and seaborn. Replace "env-name" with the name you want to call your environment.

conda create -n env-name python=3.5 numpy jupyter matplotlib scikit-learn seaborn

After the environment was created you have to activate it before you can install additional packages or actually use it. How you activate an environment depends on you OS. Remember to replace "env-name" with the name you chose.

Linux, OS X:

source activate env-name

Windows:

activate env-name

tqdm

tqdm can now be installed with the following command.

pip install tqdm

Tensorflow

Next step is to install tensorflow which can be installed with or without gpu support. Since the gpu version is more complicate to setup and requires additional libraries like Cuda we will go with the cpu version for now. Still if you have a powerful gpu you can follow the official setup guide to install the gpu version which will be a lot faster.

CPU Version

pip install tensorflow

GPU Version

pip install tensorflow-gpu

Keras

Finally install keras.

pip install keras

workshop-traffic-signs's People

Contributors

pkern90 avatar

Watchers

 avatar  avatar  avatar

Forkers

dlime

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.