-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13f370b
commit 9f90a1c
Showing
7 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
.DS_Store | ||
**/.DS_Store | ||
**/__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.