OpenDriveLab / LaneSegNet

[ICLR 2024] Map Learning with Lane Segment for Autonomous Driving
Apache License 2.0
262 stars 28 forks source link

potential bug in loading pipeline #22

Closed XR-Lee closed 7 months ago

XR-Lee commented 7 months ago

there is a unnecessary comma in self.with_area = with_area,

which might cause the flag being always True.

sephyli commented 7 months ago

Thank you for identifying this issue! I have fixed it.