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

The question about LPD #50

Closed cedricgsh closed 3 years ago

cedricgsh commented 3 years ago

@lucastabelini Hi, PloyLaneNet is an amazing work. I find that you employ LPD in your paper, however, I cannot find the code of LPD script. I guess that LPD code is the function eval_json in utils\metric.py, but I am not quite sure about this. Could you tell me where is the LPD code? Thank you very much!

lucastabelini commented 3 years ago

The result of the computation is here. To compute the metric, the functions area_metric and area_distance are used.

cedricgsh commented 3 years ago

Thank you very much!