Please Explain Why the confusion matrix have background #1666
Answered
by
glenn-jocher
suhailshaji
asked this question in
Q&A
-
I want to understand I didn't trained any class called background but as I am plotting the confusion matrix it give a class called background why? did it train a separate class called background |
Beta Was this translation helpful? Give feedback.
Answered by
glenn-jocher
Mar 28, 2023
Replies: 1 comment
-
@suhailshaji detection models always have the possibility of an FP. This detection truth may not belong to any class, in which case it is assigned to background. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
suhailshaji
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@suhailshaji detection models always have the possibility of an FP. This detection truth may not belong to any class, in which case it is assigned to background.