wvangansbeke / LaneDetection_End2End

End-to-end Lane Detection for Self-Driving Cars (ICCV 2019 Workshop)
https://arxiv.org/pdf/1902.00293.pdf
Other
643 stars 216 forks source link

How to get the running result #78

Closed Lee-AI-sco closed 4 years ago

Lee-AI-sco commented 4 years ago

Hi: The code is only for the training phase you released, but how can I get the running result.Like this. image Thanks.

wvangansbeke commented 4 years ago

Hi @Lrrixiang,

The code only contains the training part indeed. If you want to visualize this, I suggest you take a look at Opencv. You simply have to draw the predictions onto the image. I'm not going to release this now, since I don't have time atm.

Best, Wouter

kingtaewoo commented 4 years ago

hello, did you solve this issue? , I want to make result like that.