feat: writing bounding boxes

This commit is contained in:
Hazel 2025-04-24 10:53:40 +02:00
parent e104a8f45c
commit ff2088c1d0

View File

@ -18,4 +18,5 @@ def select_bounding_boxes(to_detect: str):
fromCenter=False fromCenter=False
) )
print(bounding_boxes) raw_image.bounding_boxes.extend(bounding_boxes)
raw_image.write_meta()