highway-lane-tracker icon indicating copy to clipboard operation
highway-lane-tracker copied to clipboard

Locates and tracks the position of lane lines (and the car) in dashcam video.

Results 4 highway-lane-tracker issues
Sort by recently updated
recently updated
newest added

Hello I run main.py in anaconda,and occured this problem. I try to use the pip install imageio-ffmpeg to solve this problem but it does not take effect.How can i solve...

Followed your installation instruction. But got this import package error "dot3" from filterpy.kalman. I search the filterpy.kalman codes, only dot is supported. Thanks for looking into this. Tac. (carnd-term1) EliteBook-8540w:~/highway-lane-tracker$...

Great work and thanks for sharing. I try to run this project with an video and it gave the following error. The sample video is from http://www.robesafe.uah.es/personal/eduardo.romera/uah-driveset/ dataset. D1/20151110175712-16km-D1-NORMAL1-SECONDARY/20151110175712-16km-D1-NORMAL1-SECONDARY.mp4 Guess...

In line 339 of windows.py, what's the meaning of 0.5 for velocity? I change it to 0.0 and the result seems not changed?