@@ -44,6 +44,7 @@ def main(image_path: str):
"shape": {"height": result.orig_shape[0], "width": result.orig_shape[1]},
"speed_ms": result.speed,
"detections": detections,
"image_url": image_path,
}
print(json.dumps(output, indent=2, ensure_ascii=False))
The note is not visible to the blocked user.