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 about acc #45

Closed wq1148927746 closed 3 years ago

wq1148927746 commented 3 years ago

Hello. Thank you for your contribution. I want to know what is the difference between the two Acc in the following picture? What do they mean? The result of my operation is about 88%.

image image

lucastabelini commented 3 years ago

Table I shows the accuracy metric (described in Equation 7) for some lane detection methods on the test set of the TuSimple dataset. Table II shows the accuracy metric for PolyLaneNet using different polynomial degrees in the validation set of the TuSimple dataset.

wq1148927746 commented 3 years ago

Table I shows the accuracy metric (described in Equation 7) for some lane detection methods on the test set of the TuSimple dataset. Table II shows the accuracy metric for PolyLaneNet using different polynomial degrees in the validation set of the TuSimple dataset.

Why is there so much difference between the accuracy on the test set and the validation set?

lucastabelini commented 3 years ago

Apart from the sets being different, the only other difference is that the model tested in the test set was trained using the training+validaton sets, while the one tested on the validation set was trained using only the training set.