Skip to content

Commit

Permalink
Remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Apr 3, 2024
1 parent 0f461cb commit 2aecf79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/motile_toolbox/candidate_graph/iou.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ def add_iou(
if node_frame_dict is None:
node_frame_dict = _compute_node_frame_dict(cand_graph)
frames = sorted(node_frame_dict.keys())
print(frames)
ious = _get_iou_dict(segmentation, multihypo=multihypo)
print(ious)
for frame in tqdm(frames):
if frame + 1 not in node_frame_dict.keys():
continue
Expand Down

0 comments on commit 2aecf79

Please sign in to comment.