HybridNets
HybridNets copied to clipboard
how to recognition each road line
for example, left line and right line,not pixel
Are you trying to create lines with the pixel output? Maybe np.polyfit or np.interp could help as in this answer.