-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recall and Confusion matrix, also the confusion matrix, of the WBF #61
Comments
@moahaimen, I am using YOLOv8n, YOLOv8s, YOLOv8m, YOLOv8l, YOLOv8x models with WBF for object detection in VisDrone2019 dataset. Did you able to perform the evaluation for the ensemble model predictions? Your feedback is highly appreciated. Regards, |
can you please tell me what format did weighted box fusion is giving output. Like its xmin, ymin , xmax, ymax or anything else. |
Yes, it gives output in xmin, ymin , xmax, ymax format. But, it is in de-normalized format. Sample prediction result:
I am trying to convert it in .csv format that is required for benchmark. Thank you, |
Thanks for information Bijay. See i am not clear with benchmark file can you tell me something about benchmark file please. |
I am referring to this file: I see it takes the two .csv files: detection.csv and annotation.csv and calculates the mean average precision.
Thank you, |
I used the WBF for combining 3 yolov5 models, but now i need the final Precision and Recall and Confusion matrix, also the confusion matrix, of the WBF how can i do it,
The text was updated successfully, but these errors were encountered: