Segment lanes on KITTI
Lane Segmentation using several architectures.
It contains the code for both training and segmentation of lane lines using Deep Learning. Currently the supported architectures are ENET, UNET, Modified VGG.
You can use Anaconda to install opencv
with the following command line.:
conda install -c conda-forge opencv
You can use PIP to install the module imgaug
with the following command line.:
pip install imgaug
You can use PIP to install tensorflow
with the following command line or please go through their official installation guideline
pip install tensorflow
You can use PIP to install keras
with the following command line or please go through their official installation guideline
pip install keras
Run the following script to dispatch the trainer.
python3 train.py --conf=./config.json
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.
Stanly Moses – @Linkedin – stanlimoses@gmail.com
Distributed under the MIT license. See LICENSE
for more information.