dbolya / tide

A General Toolbox for Identifying Object Detection Errors
https://dbolya.github.io/tide
MIT License
702 stars 115 forks source link

Add Per Class Analysis and Class Confusion Matrix #21

Open wtiandong opened 3 years ago

wtiandong commented 3 years ago
  1. Add per class dAP analysis.
  2. Add Confusion matrix according to class errors
  3. fix crash when there are only detection results in labels and segmentation section is empty list "[]".
djaym7 commented 3 years ago

Can the author approve this ?

naik-amey commented 1 year ago

+1

zivnachum commented 1 year ago

This is great! I used it in my code, thanks! @dbolya any chance this pr can be approved? :)

yiftachbeer commented 1 year ago

Until this PR is merged here, I've created a new fork where it is merged: https://github.com/yiftachbeer/tide

However @wtiandong note that get_per_class_APs in ap.py is indented with spaces instead of tabs as in the rest of the file.