table_structure_recognition
table_structure_recognition copied to clipboard
How to convert these models to onnx and how to use converted onnx models?
How to convert these models to onnx and how to use converted onnx models?
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