How can I get the confusion matrix? I need to know the True Positive and False Positive values. I see detections.pkl in the output. I try to read the contents of the detections.pkl file, extract the real labels and prediction scores, and predict Scores converted to binary predictions, confusion matrix computed, but fails.
How can I get the confusion matrix? I need to know the True Positive and False Positive values. I see detections.pkl in the output. I try to read the contents of the detections.pkl file, extract the real labels and prediction scores, and predict Scores converted to binary predictions, confusion matrix computed, but fails.