HybridNets icon indicating copy to clipboard operation
HybridNets copied to clipboard

how to recognition each road line

Open lightning0016 opened this issue 3 years ago • 1 comments

for example, left line and right line,not pixel

lightning0016 avatar Jul 28 '22 09:07 lightning0016

Are you trying to create lines with the pixel output? Maybe np.polyfit or np.interp could help as in this answer.

xoiga123 avatar Aug 01 '22 03:08 xoiga123