dk - edit

This commit is contained in:
2026-06-29 18:25:58 +09:00
parent 2598a3e333
commit 09242bcd2b
2 changed files with 6 additions and 4 deletions
+1
View File
@@ -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))