Open michael-camilleri opened 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?
1 - len(obj.false_negatives) / obj.num_gt_positives
obj
Hi
I am trying to get the recall to be output. If I call
1 - len(obj.false_negatives) / obj.num_gt_positives
whereobj
is an APDataObject, is that correct?