Skip to content

Commit 9eabeba

Browse files
committed
Fix Hailo detect.py example
Signed-off-by: David Plowman <[email protected]>
1 parent 043d20e commit 9eabeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hailo/detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ def draw_objects(request):
7878
results = hailo.run(frame)
7979

8080
# Extract detections from the inference results
81-
detections = extract_detections(results[0], video_w, video_h, class_names, args.score_thresh)
81+
detections = extract_detections(results, video_w, video_h, class_names, args.score_thresh)

0 commit comments

Comments
 (0)