delete me

This commit is contained in:
DanielS
2026-05-29 14:14:04 +02:00
parent bd1bd52c6c
commit 5462784c1f
621 changed files with 2047 additions and 750 deletions

View File

@@ -39,7 +39,8 @@ def export_to_onnx(model_path, onnx_path):
output_names=["boxes", "scores", "labels"],
dynamic_axes={
"images": {0: "batch_size"}
}
},
dynamo=False
)
print(f"Successfully saved ONNX model to {onnx_path}")