caltech-lane-detection icon indicating copy to clipboard operation
caltech-lane-detection copied to clipboard

Configuration Files

Open tmralmeida opened this issue 5 years ago • 1 comments

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.

tmralmeida avatar Jun 18 '19 10:06 tmralmeida

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.

AlexVonB avatar Feb 14 '20 13:02 AlexVonB