Skip to content

Commit 4ff7467

Browse files
committed
Obtain the result correctly for Hailo
1 parent 447b630 commit 4ff7467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detectionator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def inference_hailo(
193193
size: tuple[int, int],
194194
threshold: float,
195195
):
196-
output = hailo.run(image)
196+
output = hailo.run(image)[0]
197197

198198
height, width, _ = hailo.get_input_shape()
199199

0 commit comments

Comments
 (0)