Skip to content

Commit

Permalink
more conflict issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lalmei committed Nov 28, 2024
1 parent 55ccf8f commit 37c3d94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions agml/data/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ def _resolve_coco_annotations(annotations):
return annotations
if len(annotations) == 1:
return annotations
<<<<<<< HEAD
annotation = {"bboxes": [], "labels": [], "area": [], "image_id": "", "iscrowd": [], "segmentation": []}
=======
annotation = {
"bboxes": [],
"labels": [],
Expand All @@ -42,7 +39,6 @@ def _resolve_coco_annotations(annotations):
"iscrowd": [],
"segmentation": [],
}
>>>>>>> dev
for a_set in annotations:
annotation["bboxes"].append(a_set["bbox"])
annotation["labels"].append(a_set["category_id"])
Expand Down

0 comments on commit 37c3d94

Please sign in to comment.