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