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

Update src/localization_eval.py

Browse files
Files changed (1) hide show
  1. src/localization_eval.py +1 -1
src/localization_eval.py CHANGED
@@ -41,7 +41,7 @@ class Localization:
41
  """
42
  print("In compute_coco_metrics")
43
  # Load ground truth and submission annotations
44
- logging.info(f"gt_annotations : {if gt_annotations is not None or gt_annotations != '' }\tsub_annotations : {if sub_annotations is not None or sub_annotations != '' }")
45
  coco_gt = COCO(gt_annotations)
46
  coco_sub = coco_gt.loadRes(sub_annotations)
47
 
 
41
  """
42
  print("In compute_coco_metrics")
43
  # Load ground truth and submission annotations
44
+ logging.info(f"gt_annotations : {gt_annotations}\tsub_annotations : {sub_annotations}")
45
  coco_gt = COCO(gt_annotations)
46
  coco_sub = coco_gt.loadRes(sub_annotations)
47