diff --git a/atek/evaluation/static_object_detection/eval_obb3_metrics_utils.py b/atek/evaluation/static_object_detection/eval_obb3_metrics_utils.py index bf7e6ba..cafe1df 100644 --- a/atek/evaluation/static_object_detection/eval_obb3_metrics_utils.py +++ b/atek/evaluation/static_object_detection/eval_obb3_metrics_utils.py @@ -324,8 +324,6 @@ def _extract_prec_recall_values_from_dict(metrics_results: Dict) -> Tuple: A helper function to extract precision and recall values from a dictionary of metrics. """ # Pattern to match keys starting with "Precision@IOU" - # for testing only - print(f"------- debug: {metrics_results.keys()}") prec_pattern = r"^precision@IoU" recall_pattern = r"^recall@IoU"