lucastabelini / PolyLaneNet

Code for the paper entitled "PolyLaneNet: Lane Estimation via Deep Polynomial Regression" (ICPR 2020)
https://arxiv.org/abs/2004.10924
MIT License
295 stars 74 forks source link

About testing on other Dataset #63

Closed PhilWallace closed 2 years ago

PhilWallace commented 2 years ago

Hello there, thanks for the great work. I tried the model on tusimple dataset and it works well. However, when I try the model on other dataset (specifically, CULane dataset) not mentioned in the work, it starts to have some strange outputs as the picture below:

image

However, it seems that the model does detects the lanes, but wrongly predicts the positions. What is strange to me is that the same code works well for tusimple pictures. I've tried resizing the picture before feeding it to the model, but still doesn't work.

Could you give me some advice on how to deal with this problem to make the model work properly on other data? Many thanks.

lucastabelini commented 2 years ago

See these issues.