MarvinTeichmann / Street-Segmentation-Toolkit

Street segmentation toolkit (sst) is a Python package which provids the functionallity to easily segmentation road-data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Street Segmentation Toolkit

This is a collection of tools for pixel-wise street segmentation. Please also consider checking out KittiSeg, a state-of-the art realtime segmentation toolkit.

Installation

Make sure the following packages are installed:

Install all other packages via

$ pip install -r requirements.txt --user

Now install the package via

$ make localinstall

Make sure that ~/.local/bin is in your PATH.

Now you should be able to execute sst --help.

KittiSeg

Please also check out the KittiSeg project. It implements similar functionality but which a much higher segmentation accuracy.

About

Street segmentation toolkit (sst) is a Python package which provids the functionallity to easily segmentation road-data.

License:Other


Languages

Language:Python 92.0%Language:HTML 7.6%Language:Makefile 0.4%