Skip to content

Commit

Permalink
Fix Hailo detect.py example
Browse files Browse the repository at this point in the history
Signed-off-by: David Plowman <[email protected]>
  • Loading branch information
davidplowman committed Nov 18, 2024
1 parent 043d20e commit b223db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hailo/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ def draw_objects(request):
results = hailo.run(frame)

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

0 comments on commit b223db1

Please sign in to comment.