Machine-Learning-Collection
Machine-Learning-Collection copied to clipboard
How can I retrieve the f1-score?
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...