项目作者: StanlyHardy

项目描述 :
Segment lanes on KITTI
高级语言: Python
项目地址: git://github.com/StanlyHardy/KITTI-Road-Segmentation.git
创建时间: 2019-01-24T11:08:24Z
项目社区:https://github.com/StanlyHardy/KITTI-Road-Segmentation

开源协议:Apache License 2.0

下载


Kitti- Road Segmentation

Lane Segmentation using several architectures.

forthebadge made-with-python

PyPI pyversions
PRs Welcome
Open Source Love svg1

It contains the code for both training and segmentation of lane lines using Deep Learning. Currently the supported architectures are ENET, UNET, Modified VGG.

Features

  • The training code is very much scalable towards any new architecture.
  • All changes made in the config file will effect in the training process so that the training logic can be without hassle.
  • The training configuartion are easily tunable through the config file provided.

Requirements

  • The training module has been built using Pycharm 2018.1.4.
  • The System requirement’s are 2.7 GHz Intel Core i5 with atleast 8 GB of RAM.

Installation

OpenCV

You can use Anaconda to install opencv with the following command line.:

  1. conda install -c conda-forge opencv

Image Augmentation

You can use PIP to install the module imgaug with the following command line.:

  1. pip install imgaug

Tensorflow

You can use PIP to install tensorflow with the following command line or please go through their official installation guideline

  1. pip install tensorflow

Keras

You can use PIP to install keras with the following command line or please go through their official installation guideline

  1. pip install keras

Usage example

Run the following script to dispatch the trainer.

  1. python3 train.py --conf=./config.json

Contribute

Don’t feel shy to drop a star, if you find this repo useful.I would love for you to contribute to KITT-Road Segmentation, check the LICENSE file for more info.

Meta

Stanly Moses – @Linkedinstanlimoses@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/StanlyHardy/KITTI-Road-Segmentation