svpino / tf_object_detection_cm

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

Non Maximum Suppression before calculating confusion matrix #27

Open prabh27 opened 4 years ago

prabh27 commented 4 years ago

In inference/infer_detections.py or confusion_matrix.py, I don't see NMS being added anywhere.

Do you think it might be a good idea to add it in the confusion_matrix.py code as that is usually a part of the inference code as well?