mohamedadaly / caltech-lane-detection

Caltech Lane Detection Software
127 stars 69 forks source link

Configuration Files #3

Open tmralmeida opened 5 years ago

tmralmeida commented 5 years ago

Hi @mohamedadaly and thank you for you code! It is really interesting, but I'm implementing the code in order to detect the road lanes and I found that your configuration files are all related to the stop markers. Do you have any "config" file to the road lane detection?

Thank you in advanced.

AlexVonB commented 4 years ago

Hi @tmralmeida, we for our part just used this one: https://github.com/mohamedadaly/caltech-lane-detection/blob/master/src/Lanes.conf and adapted the width, height, left, right, top and bottom values right at the top. You might need to change some other parameters like the threshold as well.