Skip to content

uguecker/ParameterTuner-LaneLines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParameterTuner-LaneLines

Visualization and parameter tuning GUI for the lane lines image processing pipeline proposed by CarND-LaneLines-P1 (Udacity)

Overview

Inspired by Udacity Nano Degree Self-Driving Car https://github.com/udacity/CarND-LaneLines-P1

Usage

python ParameterTunerMain.py

Python Environment

pip freeze > requirements.txt

Setting up the virtual environment with conda:

>conda create -n PyQt5 python=3.8
>conda activate PyQt5
>pip install numpy
>pip install scipy
>pip install matplotlib
>pip install opencv-contrib-python
>pip install PyQt5

License

Copyright © 2020, Ulrich Guecker. Released under the MIT License.

About

Visualization and parameter tuning GUI for the lane lines image processing pipeline proposed by CarND-LaneLines-P1 (Udacity)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages