HFswapnil commited on
Commit
e686461
·
verified ·
1 Parent(s): 402a662

Update src/localization_eval.py

Browse files
Files changed (1) hide show
  1. src/localization_eval.py +1 -1
src/localization_eval.py CHANGED
@@ -126,5 +126,5 @@ def evaluate_submission(ground_truth_path, predictions_path):
126
  return score
127
 
128
  except Exception as e:
129
- print(f"Evaluation error: {e}")
130
  return None
 
126
  return score
127
 
128
  except Exception as e:
129
+ logging.info(f"Evaluation error: {e}")
130
  return None