Skip to content

Commit

Permalink
refactor: remove unnecessary print statement in KeyValuePairCocoManif…
Browse files Browse the repository at this point in the history
…estAdaptor (#84)
  • Loading branch information
nisyad-ms authored Aug 27, 2024
1 parent d434bd4 commit 4da490e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vision_datasets/key_value_pair/coco_manifest_adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def process_label(self, annotation: dict, coco_manifest: dict):

# If the annotation is for multiple images, groundings should be disabled
if len(annotation['image_ids']) > 1:
print('hereere')
for field in annotation[KeyValuePairLabelManifest.LABEL_KEY].values():
self.check_no_groundings_for_multi_image_annotation(field)

Expand Down

0 comments on commit 4da490e

Please sign in to comment.