You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my scenario, I need to compute the mAP.5:.95 metric for an individual image output.
I have two files at my disposal, e.g. ground_truth.txt and prediction.txt. I am seeking guidance on how to utilize the globox library to calculate the scores for a single file.
The text was updated successfully, but these errors were encountered:
A one-file dataset is still a dataset. You can use the regular AnnotationSet methods to read the annotations, for instance AnnotationSet.from_yolo_v7 and others. You can also create the AnnotationSets from single annotations with the Annotation class methods.
In my scenario, I need to compute the
mAP.5:.95
metric for an individual image output.I have two files at my disposal, e.g.
ground_truth.txt
andprediction.txt
. I am seeking guidance on how to utilize theglobox
library to calculate the scores for a single file.The text was updated successfully, but these errors were encountered: