KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
KITTI-Road-Segmentation
★ 8
Open GitHub ↗
Segment lanes on KITTI
Download README (.md)
Explore Similar Repositories
go-supervisor
:
[Practice project] Implemented supervisor with Go
two-factor-auth-phx
:
Simple implementation of two factor authentication in Elixir and Phoenix
engseg
:
Engenharia de Segurança - Univ. Minho
mltoolkit
:
로보리포트 부동산 기계학습 실험 데이터 및 스크립트 github 입니다.
shiyanlou
:
《Git 与 GitHub 入门实践》课程用的测试仓库
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
KITTI-Road-Segmentation
?
Download (.md)
# Kitti- Road Segmentation > Lane Segmentation using several architectures. [](https://www.python.org/) [](https://pypi.python.org/pypi/ansicolortags/) [](http://makeapullrequest.com) [](https://github.com/ellerbrock/open-source-badges/) 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 - [x] The training code is very much scalable towards any new architecture. - [x] All changes made in the config file will effect in the training process so that the training logic can be without hassle. - [x] 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](https://conda.io/) to install `opencv` with the following command line.: ``` conda install -c conda-forge opencv ``` #### Image Augmentation You can use [PIP](https://pypi.org/project/pip/) to install the module `imgaug` with the following command line.: ``` pip install imgaug ``` #### Tensorflow You can use [PIP](https://pypi.org/project/pip/) to install `tensorflow` with the following command line or please go through their official installation [guideline](https://www.tensorflow.org/install/pip) ``` pip install tensorflow ``` #### Keras You can use [PIP](https://pypi.org/project/pip/) to install `keras` with the following command line or please go through their official installation [guideline](https://keras.io/#installation) ``` pip install keras ``` ## Usage example Run the following script to dispatch the trainer. ``` 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 – [@Linkedin](https://in.linkedin.com/in/stanlymoses) – stanlimoses@gmail.com Distributed under the MIT license. See ``LICENSE`` for more information. [https://github.com/StanlyHardy/KITTI-Road-Segmentation](https://github.com/StanlyHardy/)