-
此存储库旨在为现有的OCR模型生成TFLite模型
资源介绍
将开源OCR模型转换为TFLite
该存储库用于为可用的ocr模型创建tflite模型。
提供TFLite型号
(EasyOCR使用此模型的微调版本)
注意:目前,Keras OCR目前不支持整数量化,并且已经报告给TFLite团队。
关于文件
├── colabs
├── KERAS_OCR_TFLITE.ipynb --> Code for Convert Keras OCR model to TFLite and doing inference.
├── captcha_ocr_tflite.ipynb --> Code to Convert Keras Captcha OCR to TFLite and code to do inference.
├── captcha_ocr_inference.ipynb --> Infer