RapidOcrAndroidOnnx
RapidOcrAndroidOnnx copied to clipboard
@wangzhaode
在 OcrLibrary 工程中,以下三个文件夹是项目运行必须的,不能加入到忽略文件 ``` /src/main/assets /src/sdk /src/main/onnx ```
https://www.modelscope.cn/studios/liekkas/PaddleOCRModelConverter/summary 模型地址:https://paddleocr.bj.bcebos.com/PP-OCRv3/multilingual/korean_PP-OCRv3_rec_infer.tar 文本地址:https://raw.githubusercontent.com/PaddlePaddle/PaddleOCR/release/2.6/ppocr/utils/dict/korean_dict.txt 我用这个转换工具将Paddle 日语和韩语模型为ONNX 然后再init的时候重新加载,还是无法识别 然后我重新调用 init( assets, OcrEngine.numThread, "ch_PP-OCRv3_det_infer.onnx", "ch_ppocr_mobile_v2.0_cls_infer.onnx", "korean/korean_mobile_v2.0_rec_infer.onnx", "korean/korean_dict.txt" 识别出来结果不正确 识别出来还是中文了
android怎么调用rec_v3版本,v2图片高32,v3是48,报错了
pid-30883 A signal 6 (SIGABRT), code 0 (SI_USER), fault addr -------- 2024-06-26 08:53:06.436 30883-30883 DEBUG pid-30883 A Abort message: 'terminating with uncaught exception of type Ort::Exception: No graph was found...