equationl

Results 90 comments of equationl

Thanks for the explanation, I'll also study how to solve this problem

@LuckSiege @luck1991 大佬,看看这个 PR?

Thank you for your PR. I will test and review it before merging.

Thank you for the PR. However, after testing, the current modifications still cannot properly run the "slim quantized + distilled ultra-lightweight model" (official model documentation: [ch_PP-OCRv3_det_slim](https://paddlepaddle.github.io/PaddleOCR/latest/ppocr/model_list.html#11)). I will keep this...

label 文件可以通过 `OcrConfig.labelPath` 配置的哦,你看下是不是你的路径配置错了,或者你试试把这个配置改成你实际的 label 文件路径。

刚才检查了下这里的处理逻辑。 如果 ` config.modelPath` 设置成了 `/` 开头的SD卡路径,则查找 label 文件时的路径是:`${OcrConfig.modelPath}/${modelPath.labelPath}` 。 也就是说,如果你设置了模型路径在 SD 卡,则你需要在同目录下放置一个 label 文件。 如果 ` config.modelPath` 设置的是 assert 路径,则会使用自带的 label 文件。

我看一下,理论上只要模型不是设置为外部储存的非 APP 数据目录是不需要请求权限的。 我确定一下这里的处理逻辑

刚才确认了,SDK包括DEMO都没有对权限进行处理,这里需要你自行处理

这个报错就是识别结果为空,可能是单纯的没有识别出来任何东西,也可能某个地方出错了,具体情况需要自行分析一下