Marking YOLOv5 Detection Text Outputs with TP or FP #13184
Unanswered
kyrangraves
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have trained a YOLOv5 model and used val.py to test the performance of the trained model using independent labelled datasets. I have set the val.py script to write detections to text files. Is there a way to extract/denote for each detection made whether or not the detection is a true positive or false positive? This information is surely determined for each detection to calculate performance metrics. Is there a way to easily output this information in the text files?
I would ideally like to produce a text-output like this,
I have looked through the discussion threads and elsewhere online and I seemingly cannot find any answers. This may be because it's obvious, or just not yet been discussed. Any information would be greatly appreciated!
Thank you,
Kyran
Beta Was this translation helpful? Give feedback.
All reactions