Error Analysis Plots & Evaluation 🔥 #622
fcakyon
announced in
Announcements
Replies: 1 comment
-
Is there a workflow for using the analysis tools with yolov8? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
✔️ Install sahi:
✔️ Create COCO formatted prediction results using COCO formatted dataset:
✔️ Calculate COCO evaluation metrics using the created result.json:
✔️ Create error analysis plots using the created result.json:
🎯 Meaning of the metrics:
C75: Results at 0.75 IOU threshod
C50: Results at 0.75 IOU threshold
Loc: Results after ignoring localization errors
Sim: Results after ignoring supercategory false positives
Oth: Results after ignoring all category confusions
BG: Results after ignoring all false positives
FN: Results after ignoring all false negatives
📈 Possible model improvements:
C75-C50 and C50-Loc=Potential gain with more accurate bounding box prediction
Loc-Sim=Potential gain after fixing supercategory confusions
Loc-Oth=Potential gain after fixing category confusions
Oth-BG=Potential gain after fixing all false positives
BG-FN=Potential gain after fixing all false negatives
Beta Was this translation helpful? Give feedback.
All reactions