Skip to content

OcrOrg/PaddleOCRModelConverter

 
 

Repository files navigation

PaddleOCR模型转换

使用步骤

  1. 从这里下载自己需要转换的推理或者预训练模型,保存到pretrained_models目录下
  2. 配置并运行一下脚本 Note: 注意配置里面相应参数
    • 如果下载的是推理模型
      bash convert_rec_infer_model.sh
    • 如果是预训练模型
      bash convert_rec_pretrain_model.sh
  3. 最终转换后的模型会在conver_model目录下

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.4%
  • Shell 0.6%