Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh-chakravarthy committed Jul 4, 2019
1 parent 13f370b commit 9f90a1c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
**/.DS_Store
**/__pycache__
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## Lane Line Detection
# Lane Line Detection

<br/>
This project tries to detect Lane lines on Road Images using Python and OpenCV. The algorithm works reasonably well for images with low brightness as well.
This project tries to detect Lane lines on Road Images using Python and OpenCV. It works reasonably well for images with low brightness as well (after testing transformations to different color spaces).

## Dataset
The processing has been carried out on the Caltech Pedestrian and Nexet datasets.

The processing has been carried out using the Caltech Pedestrian and Nexet datasets.
The Caltech Pedestrian Dataset can be downloaded [here.](http://www.vision.caltech.edu/Image_Datasets/CaltechPedestrians/)

The Nexet Dataset can be downloaded [here.](https://www.getnexar.com/challenge-2/)

## Usage
The code can be run using the following command:
`python3 main.py`


\
The Caltech Pedestrian Dataset can be downloaded [here](http://www.vision.caltech.edu/Image_Datasets/CaltechPedestrians/)

`python3 main.py`

\
The Nexet Dataset can be downloaded [here](https://www.getnexar.com/challenge-2/)
## Future Scope
1. Bird eye transformation for curved lane detection. (Reference: [link](https://medium.com/@tina_chien_tw/advanced-lane-finding-faa3084492eb))
2. Deep Learning based model.
Binary file removed utils/__pycache__/__init__.cpython-35.pyc
Binary file not shown.
Binary file removed utils/__pycache__/functions.cpython-35.pyc
Binary file not shown.
Binary file removed utils/__pycache__/globals.cpython-35.pyc
Binary file not shown.
Binary file removed utils/__pycache__/globalvars.cpython-35.pyc
Binary file not shown.
Binary file removed utils/__pycache__/process_image.cpython-35.pyc
Binary file not shown.

0 comments on commit 9f90a1c

Please sign in to comment.