githubharald / SimpleHTR

Handwritten Text Recognition (HTR) system implemented with TensorFlow.
https://towardsdatascience.com/2326a3487cd5
MIT License
1.99k stars 893 forks source link

How to convert checkpoint to ONNX #163

Closed huanghaiyang closed 1 year ago

huanghaiyang commented 1 year ago

Using tensorflow=2.5.0, onnx=1.14.0, tf2onnx=1.14.0/8f8d49

huanghaiyang commented 1 year ago

no HTRComponents\scripts\export_crnn_onnx.py

githubharald commented 1 year ago

never exported this TF model, so can't help with it. the onnx model included in the other repo (HTRPipeline) is from another model (for which the training code is not open source).