ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.12k stars 9.7k forks source link

What does the confidence_score actually represent in the Perception CNN? #11802

Open PGLF-EAP opened 4 years ago

PGLF-EAP commented 4 years ago

In the CNN in the perception module, there exists a category_score and confidence_score. The category_score is used with the objectness_thresh to determine if something is an object and the confidence_score is used with the confidence_thresh.

However, I am confused as to what the confidence_score means. In the documentation 3d_obstacle_perception.md, it seems to align with 'positiveness' but I don't know what that is.

PGLF-EAP commented 4 years ago

Is this question still being looked at? Or is there a research paper/doc I can consult to get this answer?

Also I don't know why commenting unassigned people.