Machine-Learning-Collection icon indicating copy to clipboard operation
Machine-Learning-Collection copied to clipboard

How can I retrieve the f1-score?

Open A00TB opened this issue 3 years ago • 0 comments

Hi,

I just realised your the original creator for this code. I used your example code as a template for determining mAP for my faster-rcnn... it's really detailed and easy to follow!

This isn't really an issue but I do have a question about determining the f1-score. I'm wrapping my head around mAP atm but wondering whether I can use the same recall and precision outputs to determine an "average" f1 score?

I'm not sure how to proceed as I would guess this would be done at a image based level rather than per detection...

A00TB avatar Mar 13 '22 01:03 A00TB