lucastabelini / PolyLaneNet

Code for the paper entitled "PolyLaneNet: Lane Estimation via Deep Polynomial Regression" (ICPR 2020)
https://arxiv.org/abs/2004.10924
MIT License
295 stars 74 forks source link

Suspect typo in the paper on arxiv #14

Closed eeyrw closed 4 years ago

eeyrw commented 4 years ago

image I think the subscript here should be k=0.

lucastabelini commented 4 years ago

Thank you, you are correct. The paper will be updated soon on arXiv with other minor changes as well, since it got accepted at ICPR'20.

eeyrw commented 4 years ago

Got it : )

mo-vic commented 4 years ago

image

lucastabelini commented 4 years ago

Thank you for your input @mo-vic , but that is correct. The "iff" here means "if and only if". What that sentence is trying to convey is: for any two lanes with indexes j1 and j2, if and only if j1 < j2, then the point closest to the bottom of j1 will have a smaller x value than the one in j2, which means that the lane j1 is closer to the left border of the image.

lucastabelini commented 4 years ago

The paper has been updated on arXiv.