登录 注册
当前位置:主页 > 资源下载 > 9 > 此存储库旨在为现有的OCR模型生成TFLite模型

此存储库旨在为现有的OCR模型生成TFLite模型

  • 更新:2024-07-27 11:12:15
  • 大小:197.8MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

将开源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