table_structure_recognition icon indicating copy to clipboard operation
table_structure_recognition copied to clipboard

How to convert these models to onnx and how to use converted onnx models?

Open nissansz opened this issue 1 year ago • 1 comments

How to convert these models to onnx and how to use converted onnx models?

nissansz avatar Sep 30 '24 04:09 nissansz

You can refer to this page: https://github.com/ultralytics/ultralytics

# Export the model to ONNX format
path = model.export(format="onnx")  # return path to exported model

whn09 avatar Oct 22 '24 06:10 whn09