Spaces:
Sleeping
Sleeping
Update src/localization_eval.py
Browse files- 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 : {
|
| 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 |
|