✨
This commit is contained in:
@ -110,7 +110,7 @@ class Arlo():
|
||||
parameters=aruco_params
|
||||
)
|
||||
|
||||
return zip(corners, ids) if corners is not None else []
|
||||
return list(zip(corners, ids)) if corners is not None else []
|
||||
|
||||
def draw_arucos(self, image, bounding_boxes):
|
||||
for bounding, n in bounding_boxes:
|
||||
|
Reference in New Issue
Block a user