Onnx/tflite converstion

#1
by mattwooll - opened

Hey, i've been building an app for inference using this model and while using the qualcom AI hub we do have a conversion script it seems to just download the ONNX from the web and run that, easy ocr themselves haven't provided the tools to produce the onnx file and I was wondering if there is a training -> conversion pipeline around for public access
Thanks

Qualcomm org

We currently don't expose a way to put in custom weights. We do this from quite a few models through from_pretrained, but it looks like we do not do this for EasyOCR currently. So, for now, you probably need to check out the qai-hub-models repository and make the necessary code changes if you want to go this route.

Sign up or log in to comment