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

How can I get the testset dataset? #49

Closed ChenzrMax closed 4 years ago

ChenzrMax commented 5 years ago

Hello: The dataset you provide in the link include 2664 images rather than 3626images. Where can I download the latest dataset? By the way, when you do training in BackProjection_Loss, you set clas = 1 so it needs the test images, how can I get it and its' json file? I set clas=0 so that the training can continue, but the training record has something wrong although it doesn't matter. Best regards Max

wvangansbeke commented 5 years ago

Hi @hitczr,

You can find the link to the dataset and the json files in the README. For the backprojection part, l indeed used the complete TuSimple dataset.

Best, Wouter