harryhan618 / SCNN_Pytorch

Pytorch implementation of "Spatial As Deep: Spatial CNN for Traffic Scene Understanding"
MIT License
247 stars 68 forks source link

calculate the precision and recall for tusimple as metrics #30

Closed alchemz closed 4 years ago

alchemz commented 4 years ago

Hi Harry,

I am trying to calculate the precision and recall for tusimple as metrics, yet the results from evalution only provide fp, fn and accuracy, so I am wondering what is accuracy? Is this the true positive?

harryhan618 commented 4 years ago

I think you can refer to tusimple-benchmark on github for the evaluation code. Then you will understand what is tp or fp or fn. So it will be easy for you to code the evaluation metric.