Turoad / lanedet

An open source lane detection toolbox based on PyTorch, including SCNN, RESA, UFLD, LaneATT, CondLane, etc.
Apache License 2.0
561 stars 93 forks source link

How to get the coordinates of the lanes detected. #81

Open rahulthakurakridata opened 1 year ago

rahulthakurakridata commented 1 year ago

While using the tools/detect.py on a custom dataset.I am able to retrieve the coordinated of the points by changing the returned items.But the points returned are just arrays of points without any separation on the basis of lanes.Is there any way to retrieve points according to the lane lines they are part of?