yuliangguo / Pytorch_Generalized_3D_Lane_Detection

[ECCV 2020] Official PyTorch implementation of 'Gen-LaneNet: a generalized and scalable approach for 3D lane detection'
307 stars 78 forks source link

Pretrained ERFNet has not been trained with real world data. #5

Closed maxenceliu closed 3 years ago

yuliangguo commented 4 years ago

You are right. In our code, we only provide the experiments limited to the systhetic dataset. If to consider real-world application, a lot additional work both on methods and dataset needs to be done. I would suggest 1. training segmentation network on huge 2D real world dataset. 2. More synthetic binary maps associated with 3D lanelines considering highly diversed terrian maps.