Can anyone guide me on how to use confusion matrix method? #901
Unanswered
balaganeshmohan
asked this question in
Q&A
Replies: 1 comment
-
The confusion matrix is solely used to compute the mean_class_accuracy. If you really want to see it during your training, you could simply print it there. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I see CM implemented on mmaction/core/evaluation/accuracy.py alone with mean_class_accuracy and topk_accuracy, but when I include confusion_matrix option on '--eval' argument, I get KeyError: 'metric confusion_matrix is not supported'.
Beta Was this translation helpful? Give feedback.
All reactions