Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
peiva-git committed Feb 20, 2024
1 parent e79c412 commit c83ef99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basketballtrainer/postprocessing/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def evaluate_postprocessed_masks(masks_dir: pathlib.Path,
f'but got {len(masks)} masks and {len(ground_truths)} ground truths'

progbar = Progbar(target=len(masks), verbose=1)
logger.info(f'Start evaluating (total_samples: {len(masks)}')
logger.info(f'Start evaluating (total_samples: {len(masks)})')

intersect_area_all = pp.zeros([1], dtype='int64')
pred_area_all = pp.zeros([1], dtype='int64')
Expand Down

0 comments on commit c83ef99

Please sign in to comment.