cardwing / Codes-for-Lane-Detection

Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)
MIT License
1.04k stars 333 forks source link

about the number of lane #329

Closed legendary111 closed 2 years ago

legendary111 commented 3 years ago

I use the erfnet code. What should I do if I want to detect no less than four lanes?

cardwing commented 3 years ago

You can just change the number of output channels to detect more lanes.

legendary111 commented 3 years ago

Thanks for your reply! I'll give it a try. But I also saw an article yesterday about the erFnet network, it is also a 5 channel output, but it also detects more lines, maybe the post processing part is different? I'll look into the differences between your method and his.