svpino / tf_object_detection_cm

Confusion Matrix in Object Detection with TensorFlow
78 stars 36 forks source link

confusion matrix is wrong #18

Closed change2014 closed 4 years ago

change2014 commented 4 years ago

number of classes i have is 12 but strangely confusion matrix dimension is 13x13

svpino commented 4 years ago

The final row and column correspond to the class “nothing” which is used to indicate when an object of a specific class was not detected, or an object that was detected wasn’t part of the ground-truth.