mindocr icon indicating copy to clipboard operation
mindocr copied to clipboard

A toolbox of ocr models and algorithms based on MindSpore

Results 70 mindocr issues
Sort by recently updated
recently updated
newest added

运行环境为: EulerOS 2.0 (SP8), CANN-6.0.1 +------------------------------------------------------------------------------------------------+ | npu-smi 23.0.rc2.2 Version: 23.0.rc2.2 | +---------------------------+---------------+----------------------------------------------------+ | NPU Name | Health | Power(W) Temp(C) Hugepages-Usage(page)| | Chip | Bus-Id | AICore(%) Memory-Usage(MB) HBM-Usage(MB)...

Thank you for your contribution to the MindOCR repo. Before submitting this PR, please make sure: - [x] You have read the [Contributing Guidelines on pull requests](https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md) - [x] Your...

--环境 华为鲲鹏服务器,atlas 300I推理卡(3010) Os:Ubuntu 20.04.6 Python:3.8 --首先使用cpu运行了mindspore模型: 参考https://gitee.com/mindspore-lab/mindocr#1-%E6%96%87%E5%AD%97%E6%A3%80%E6%B5%8B%E5%92%8C%E8%AF%86%E5%88%AB%E7%A4%BA%E4%BE%8B, 使用python tools/infer/text/predict_system.py --image_dir {path_to_img or dir_to_imgs} \ --det_algorithm DB++ \ --rec_algorithm CRNN 然后设置ms.set_context(device_target="CPU")为cpu推断, 使用了DB++、ch_pp_det_OCRv4、SVTR_PPOCRv3_CH进行尝试,效果较好: ![1_res](https://github.com/mindspore-lab/mindocr/assets/47657926/188305e8-f09c-4450-9cfa-ce722de351ae) --按照官网描述进行了离线推理尝试: 1、使用PPOCR 1.1参考https://gitee.com/mindspore-lab/mindocr/blob/main/docs/cn/inference/inference_thirdparty_quickstart.md 分别试了ch_pp_det_OCRv4、ch_pp_det_OCRv3、ch_pp_rec_OCRv4、ch_pp_rec_OCRv3 效果均很差。 1.2 参考https://www.mindspore.cn/lite/docs/zh-CN/master/use/cloud_infer/converter_tool_ascend.html...

Thank you for your contribution to the MindOCR repo. Before submitting this PR, please make sure: - [x] You have read the [Contributing Guidelines on pull requests](https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md) - [x] Your...

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) - [...

How do I do only text detection on minidocr using models from here: https://github.com/mindspore-lab/mindocr/blob/main/configs/det/dbnet/README.md -> section 3. Results -> DBNet and DBNet++ were trained on the ICDAR2015, MSRA-TD500, SCUT-CTW1500, Total-Text,...

尝试将Paddleocr转到ascend 301上转换错误: 一、相关环境信息 服务器:华为鲲鹏服务器; OS:ubuntu20.04; 加速卡:Atlas 300I Model 3010(含4块Ascend 301); mindspore-lite: 2.2.13 CANN:7.0.0.beta1 固件与驱动:1.0.22.alpha(A300-3010-npu-firmware_7.1.0.3.220.run,A300-3010-npu-driver_23.0.0_linux-aarch64.run) 二、问题描述: 1、直接使用paddle2mindir.sh脚本 ppocr_model_name设为ch_PP-OCRv4, ch_PP-OCRv4_server均报错, 报错信息为:EZ3002: Optype [Conv2D] of Ops kernel [AIcoreEngine] is unsupported. Reason: Dynamic shape...

When I used svtr_tiny_ch.yaml to configure training, I encountered a Loss of nan.I used the pre-trained model of svtr_tiny_ch-2ee6ade4.ckpt.I am using the GPU version of MindSpore.The display is as follows:...

Hi, I am unable to run the distributed train using the GPU using this `mpirun --allow-run-as-root -n 2 python tools/train.py --config configs/det/dbnet/db_r50_icdar15.yaml`. I knew the issue was on the OpenMPI,...