XingangPan / SCNN

Spatial CNN for traffic lane detection (AAAI2018)
MIT License
815 stars 242 forks source link

Wrong size in annotations #92

Closed lmameri closed 5 years ago

lmameri commented 5 years ago

Hi, This doesn't raise any issue but I was wondering why even if the size of the pictures and/or laneseg_label is 1640x590, some of the annotations coordonates goes higher than 1640 ? For example in _Dataset CULane/dataset/driver_23_30frame/051516400419.MP4/00000.lines, 3rd line, first coordonate : 1660.47 470. Is it because the lines were interpolated ? Thank you !

XingangPan commented 5 years ago

@lmameri Yes, it is caused by spline fitting, and should not matter much.