ROS Quickstart Guide (#13553)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
6bddeda34b
commit
f22d2d9546
11 changed files with 397 additions and 19 deletions
|
|
@ -119,7 +119,7 @@ import json
|
|||
|
||||
|
||||
def output_fn(prediction_output, content_type):
|
||||
"""Formats model outputs as JSON string according to content_type, extracting attributes like boxes, masks, keypoints."""
|
||||
"""Formats model outputs as JSON string, extracting attributes like boxes, masks, keypoints."""
|
||||
print("Executing output_fn from inference.py ...")
|
||||
infer = {}
|
||||
for result in prediction_output:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue