IrohXu / lanenet-lane-detection-pytorch

Unofficial implemention of lanenet model for real time lane detection Pytorch Version
MIT License
150 stars 39 forks source link

Performance #15

Open valmil2000 opened 2 years ago

valmil2000 commented 2 years ago

Hello,

I wondered whether you compared the different models and if one of them performed better than the other ones?

Kind regards, Valentina

IrohXu commented 2 years ago

DeepLabv3+ is the best model. But if you want to use the model in real-time, I suggest ENet.