From 13f370b2c7c0332efec294e0bd64be5a2fb9e4bc Mon Sep 17 00:00:00 2001 From: Anirudh S Chakravarthy Date: Thu, 22 Nov 2018 16:05:06 +0530 Subject: [PATCH] Updated readme.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0732b17..c278684 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@
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. -\ The processing has been carried out using the Caltech Pedestrian and Nexet datasets. -\ + The code can be run using the following command: `python3 main.py`