Giter Site home page Giter Site logo

carnd-semantic-segmentation's Introduction

Semantic Segmentation

Introduction

In this project, you'll label the pixels of a road in images using a Fully Convolutional Network (FCN).

Segmentation

Figure: Results after 10 epochs of training with augmentation (Command to reproduce: python main.py 10 16 0.5)

Check road segmentation with 4k video on youtube:

Road segmentation for Self-Driving Car - Dataset #2

Setup

Frameworks and Packages

Make sure you have the following is installed:

Dataset

Download the Kitti Road dataset from here. Extract the dataset in the data folder. This will create the folder data_road with all the training a test images.

4K video data

wget https://drive.google.com/open?id=0B_6iW8KaJFXOQmhaWU56dlBDY28

Training

Run the following command to run the project:

python main.py

Parameters:

  • number of epoch
  • batch size
  • keep probability
#python main.py  EPOCHS  BATCH_SIZE  DROPOUT
python main.py 10 16 0.5

Training loss

Figure: Training loss after 10 epochs of training with augmentation (Command to reproduce: python main.py 10 16 0.5)

Data augmentation

get_batches_fn() in helper.py

  • flipping every image
  • translating +/- 100 in x axis and +/- 30 in y axis
  • brightness +/- 150 (in 0-255 range)

Example batch:

Example batch

carnd-semantic-segmentation's People

Contributors

baumanab avatar brok-bucholtz avatar karolmajek 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.