generated from Hazel/python-project
fix: converting ndarray to list
This commit is contained in:
@@ -18,5 +18,5 @@ def select_bounding_boxes(to_detect: str):
|
||||
fromCenter=False
|
||||
)
|
||||
|
||||
raw_image.bounding_boxes.extend(bounding_boxes)
|
||||
raw_image.bounding_boxes.extend(bounding_boxes.tolist())
|
||||
raw_image.write_meta()
|
||||
|
||||
Reference in New Issue
Block a user