OpenPCDet icon indicating copy to clipboard operation
OpenPCDet copied to clipboard

I want to count TP, FP, FN

Open frogbam opened this issue 3 years ago • 2 comments

Hi. I want to know how to count true positive, false positive and false negative in the eval.py.

Thanks.

frogbam avatar Aug 30 '22 08:08 frogbam

Sorry, currently we do not have such a function to explicitly print these metrics. Actually, it is counted within different evaluation codes.

sshaoshuai avatar Sep 07 '22 11:09 sshaoshuai

Maybe you can refer to the evaluation tools about count those metrics. https://github.com/open-mmlab/OpenPCDet/blob/b61049fc6a7ec27442317bd04efc8e306d5e14b6/pcdet/datasets/kitti/kitti_object_eval_python/eval.py#L185

jihanyang avatar Sep 08 '22 01:09 jihanyang