From 097ad55169d98a17c632281c8d05f0e596f352f2 Mon Sep 17 00:00:00 2001 From: Kiril Cvetkov Date: Mon, 2 Jul 2018 22:50:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09bf209..b17df6b 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Here is a link to my final video output. The pipeline perform reasonably well on ### 4 Discussion -#### 4.1 Briefly discuss any problems / issues you faced in your implementation of this project. Where will your pipeline likely fail? What could you do to make it more robust? +Briefly discussion about problems / issues I faced in my implementation of this project. Where will my pipeline likely fail? What could we do to make it more robust in the future? The biggest problem of this pipeline is that it's hard for us to create composition of thresholds on color spaces or applying filters that will work fine on all road conditions, lights, shadows, noise. This pipeline may not work if we have different shade, or lighting condition around the road, and the thresholded image may not capture always the lane lanes and the information that we really need to extract.