Skip to content

iOS demo 粗糙 #381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ZClee128 opened this issue Sep 4, 2024 · 6 comments
Open

iOS demo 粗糙 #381

ZClee128 opened this issue Sep 4, 2024 · 6 comments

Comments

@ZClee128
Copy link

ZClee128 commented Sep 4, 2024

iOS的demo也太粗糙了吧,都没有识别内容,都不知道怎么获取识别的文字

@ddchenhao66
Copy link

@ZClee128
Copy link
Author

ZClee128 commented Sep 5, 2024

但是我现在就是想要的就是文字识别,文字识别的demo就是很粗糙的

@ddchenhao66
Copy link

@ZClee128
Copy link
Author

ZClee128 commented Sep 5, 2024

我用的就是这个demo,识别完就一个耗时多久,我怎么知道怎么获取识别出来的文字和位置

@tristanyi
Copy link

PaddleLite 的定位:

PaddleLite 专注于模型推理(inference),它的输出通常是一个或多个 Tensor,即模型的原始输出数据。
对于 OCR 模型(例如 PaddleOCR),模型的输出通常是字符索引的 Tensor,需要结合字符字典(dictionary)进行后处理才能得到字符串结果。

以上回答来自openai

@ZClee128
Copy link
Author

ZClee128 commented Apr 9, 2025

PaddleLite 的定位:

PaddleLite 专注于模型推理(inference),它的输出通常是一个或多个 Tensor,即模型的原始输出数据。 对于 OCR 模型(例如 PaddleOCR),模型的输出通常是字符索引的 Tensor,需要结合字符字典(dictionary)进行后处理才能得到字符串结果。

以上回答来自openai

能完善一下demo,看下如何做吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants