You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: