wvangansbeke / LaneDetection_End2End

End-to-end Lane Detection for Self-Driving Cars (ICCV 2019 Workshop)
https://arxiv.org/pdf/1902.00293.pdf
Other
643 stars 216 forks source link

Label quick question #69

Closed yoga-0125 closed 4 years ago

yoga-0125 commented 4 years ago

In the readme.md, you mentioned that you appended the three files and used the index in this json file to name a specific image. However, I cannot find those .json files. All files in the label folder name images as "clip/..." instead of "10.jpg".

Could you let me know where to find the updated files? Thank you very much.

wvangansbeke commented 4 years ago

Hi @yoga-0125,

You need to make sure the order in the json file matches the one used in the dataloading. Feel free to change if you want to use a different folder structure.

Best, Wouter