PytorchAutoDrive: Segmentation models (ERFNet, ENet, DeepLab, FCN...) and Lane detection models (SCNN, RESA, LSTR, LaneATT, BézierLaneNet...) based on PyTorch with fast training, visualization, benchmarking & deployment help
Hi, @voldemortX, I still really appreciate your nice work. :)
Btw, I wanna utilize your bezier_labels dataset to compare the shape of each CULane and TUSimple lanes.
I especially want to analyze the curvature of each lane.
so I think I tried to get the curvature from the bezier_control_points like below.
@daeunni I'm not very good at math, but I think you can get meaningful curvature from control points. Because the curve fitting accuracy is rather high on these datasets.
Hi, @voldemortX, I still really appreciate your nice work. :)
Btw, I wanna utilize your
bezier_labels
dataset to compare the shape of each CULane and TUSimple lanes. I especially want to analyze the curvature of each lane.so I think I tried to get the curvature from the
bezier_control_points
like below.From the upper code, I got these results.
So the thing is, can I analyze 4 curvatures per lane are the coefficient? And can I use it to compare w/ TUSimple and CULane together?