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

problem in code #42

Closed wq1148927746 closed 3 years ago

wq1148927746 commented 3 years ago

I'm here to bother again. I would like to ask what the following thresholds mean? What is the difference and connection between this and the confidence score threshold 0.5 mentioned in the article?

lib.models: line 91

image

Thanks.

lucastabelini commented 3 years ago

This value corresponds to the loss threshold (T_loss) in Equation 5 of the paper.

wq1148927746 commented 3 years ago

This value corresponds to the loss threshold (T_loss) in Equation 5 of the paper.

Thanks again for your answer