Skip to content
/ SegNet Public

CVPR 2018 WAD Video Segmentation Challenge with SegNet

License

Notifications You must be signed in to change notification settings

foamliu/SegNet

Repository files navigation

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

About

CVPR 2018 WAD Video Segmentation Challenge with SegNet

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages