SeokjuLee / VPGNet

VPGNet: Vanishing Point Guided Network for Lane and Road Marking Detection and Recognition (ICCV 2017)
MIT License
487 stars 166 forks source link

How to visualize output of multi-label #35

Open OrkunYilmaz opened 5 years ago

OrkunYilmaz commented 5 years ago

Hello everyone.

I would like to know how I can visualize the output of the multi-label with an example image like it is done here:

https://github.com/SeokjuLee/VPGNet/issues/8#issuecomment-360976797

35471300-769bf2b6-0393-11e8-9a23-433c9d55e217

guozixunnicolas commented 5 years ago

use the fft method under that issue to get the local maxima line by line. connect local maxima in same cluster to get lane.