At inference, a neg prediction in the ranking list will not affect the recall but decrease the precision.
ycyinchao opened this issue · 1 comments
ycyinchao commented
strongwolf commented
recall = true_positive / total_gt, so the neg prediction will not affect the recall.