dbolya / tide

A General Toolbox for Identifying Object Detection Errors
https://dbolya.github.io/tide
MIT License
702 stars 115 forks source link

Recall Metrics #25

Open michael-camilleri opened 3 years ago

michael-camilleri commented 3 years ago

Hi

I am trying to get the recall to be output. If I call 1 - len(obj.false_negatives) / obj.num_gt_positives where obj is an APDataObject, is that correct?