Skip to content

Commit

Permalink
remove a debugging message.
Browse files Browse the repository at this point in the history
Summary: As title

Reviewed By: chpeng-fb

Differential Revision: D63416225

fbshipit-source-id: 4d49f35302ca7c6dc545e10936b040ea39defc2e
  • Loading branch information
YLouWashU authored and facebook-github-bot committed Sep 25, 2024
1 parent 572c1de commit 2b12410
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2b12410

Please sign in to comment.