Closed crash1001 closed 3 years ago
Hi @crash1001,
It is possible to generate a table like this one. Each line represents a detected bounding box, confidence, IOU, and if it is a FP or TP (IOU>threshold). You could adapt this table adding a column with the image name and group the detections considering each image.
By that, you have to pass the argument generate_table=True
to the function get_pascalvoc_metrics
. See it here for more details.
I hope it helps.
As no activity has been performed in this issue, I decided to close it.
If anyone decides to add any comment or have doubts on this topic, feel free to reopen the issue.
Is there any way to print tables with columns for image_frame, TP, FP for all classes in the ground truth like a summary report? I need to make a comparison based on the number of TP and FP detections for all the classes and need to know in which image_frame the FP occurred.