@@ -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}")
The note is not visible to the blocked user.