mindocr
mindocr copied to clipboard
A toolbox of ocr models and algorithms based on MindSpore
修改点描述: 断点续训:能从中断的epoch继续训练 checkpoint保存:每个epoch结束保存ckpt 日志保存: 训练场景用logger模块代替Prints输出日志且保存日志文件。 Loss输出非下沉场景(可设置打印step间隔): 2023-02-17 11:43:14,405:INFO:epoch: [1/10] step: [10/85], lr: 0.001000, loss: 1.487435, per step time: 3096.616 ms, fps: 16.54 img/s 2023-02-17 11:43:37,711:INFO:epoch: [1/10] step: [10/85], lr: 0.001000,...
# 简介 ## 目的 MindSpore OCR 目前主要应用在银行、交通、金融等行业中,这些行业的业务中存在大量的版面分析、表格分析、图像中关键信息提取等可通过人工智能解决的任务。MindSpore OCR 中集成智能文档分析模块,可以极大的解决客户的需求,并提高 MindSpore OCR 套件本身的竞争力。 ## 范围 #### 1. 软件名称 智能文档分析模块 MindSpore Viewer #### 2. 软件功能 版面分析、表格识别、关键信息抽取、版面复原 # 第零层设计描述 ## 软件系统上下文定义 安装的环境要求:同 MindSpore...
Thank you for your contribution to the MindOCR repo. Before submitting this PR, please make sure: - [✔] You have read the [Contributing Guidelines on pull requests](https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md) - [✔] Your...
1. Background MindOCR does not currently support handwritten mathematical formula recognition. I hope to solve this problem by contributing a CAN model. 2. Model Introduction HMER(Handwritten Mathematical Expression Recognition) mostly...
Thank you for your contribution to the MindOCR repo. Before submitting this PR, please make sure: - [ ] You have read the [Contributing Guidelines on pull requests](https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md) - [...
Thank you for your contribution to the MindOCR repo. Before submitting this PR, please make sure: - [ ] You have read the [Contributing Guidelines on pull requests](https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md) - [...
Thank you for your contribution to the MindOCR repo. Before submitting this PR, please make sure: - [✔] You have read the [Contributing Guidelines on pull requests](https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md) - [✔] Your...
## 本机环境 1. 操作系统:UOS Server 20 1060e 2. CPU/MEM:Kunpeng-920 96core / 128GB 3. NPU硬件规格:Ascend 300I Pro 24GB*2 (芯片为310P3) 4. NPU驱动版本:23.0.1 5. 容器镜像:swr.cn-central-231.xckpjs.com/mindspore-lab/mindocr-mindspore-python:0.2.0-2.0.0-3.7.10和基于ubuntu18.04自制均已试过 6. 容器内CANN版本:6.3.RC1 7. mindspore和mindspore_lite版本:2.0.0 8. mindocr版本:0.2.0 ## 重现步骤...