sidroopdaska / SelfDrivingCar

A collection of all projects pertaining to different layers in the SDC software stack
228 stars 99 forks source link

error in detecting sliding window and lane #2

Open pythonmjs opened 3 years ago

pythonmjs commented 3 years ago

Thanks for the amazing work! In my case, when I try to on my video, I changed the parameter of perspective transformation because I have videos where it has the hood of a car at bottom of the video. Can you help me how do I solve this problem as the lanes are not detected in my video?

13%|█▎ | 24/181 [00:19<02:03, 1.27it/s]Violated distance criterion: x1_diff == 825.82, x2_diff == 866.75, x3_diff == 880.19 WARNING: Unable to detect lane lines in this frame. Sliding window failed! Sliding window 14%|█▍ | 25/181 [00:19<02:02, 1.27it/s]Violated distance criterion: x1_diff == 813.82, x2_diff == 862.91, x3_diff == 880.47 WARNING: Unable to detect lane lines in this frame. Sliding window failed! Sliding window

one of the video's frames looks like this..

Screen Shot 2020-12-07 at 11 13 35 PM
Rajat-Mehta commented 3 years ago

@pythonmjs did you solve this problem?