Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 3.66 KB

README.md

File metadata and controls

68 lines (50 loc) · 3.66 KB

SegNet

This repository is to take CVPR 2018 WAD Video Segmentation Challenge with SegNet.

Dependencies

Dataset

Follow the instruction to download dataset.

$ kaggle competitions download -c cvpr-2018-autonomous-driving -p /mnt/data

Architecture

image

ImageNet Pretrained Models

Download VGG16 into models folder.

Usage

Data Pre-processing

Extract training images:

$ python pre-process.py

Train

$ python train.py

If you want to visualize during training, run in your terminal:

$ tensorboard --logdir path_to_current_dir/logs

Demo

Download pre-trained SegNet Model to "models" folder then run:

$ python demo.py

Then check results in images folder, something like:

Input GT Output
image image image
image image image
image image image
image image image
image image image
image image image
image image image
image image image
image image image
image image image

Legend:

image