xmprise / Semangic-Segmentation

Semantic segmentation network for identify free space on the road.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Segmentation

Overview

In this project, trained the Full Convolutional Network to identify road pixels in the image. Starting with the VGG16 pretrained model, Built FCN by adding a skip layer, 1x1 convolution and transposed convolution.

Example image Example image

Running

It is very easy. Just run main.py. using a GTX 1070 it takes about 10 minutes to train.

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.

About

Semantic segmentation network for identify free space on the road.


Languages

Language:Python 100.0%