svpino / tf_object_detection_cm

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

Confusion matrix background fp and background fn are misplaced if matrix is normalized #34

Open rbavery opened 3 years ago

rbavery commented 3 years ago

The solution is to swap them, see https://github.com/ultralytics/yolov5/issues/2071 for the issue details with examples and https://github.com/ultralytics/yolov5/pull/2114 for the fix.