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

How to get lane type, such as dashed or solid? #19

Closed lucasjinreal closed 4 years ago

lucasjinreal commented 4 years ago

How to get lane type, such as dashed or solid?

lucastabelini commented 4 years ago

The only model we trained with lane type classification is the one on ELAS, which is in the directory elas_cls in the Google Drive link I provide on the README.md page. If you test this model with the --view flag, the classification predictions will also be shown.