手写体和印刷体识别问题 #14534
Unanswered
Bestboy125
asked this question in
Q&A
手写体和印刷体识别问题
#14534
Replies: 1 comment 1 reply
-
根据提供的文档和问题描述,我用中文回答如下: 对于手写体和印刷体的识别问题,有以下几点建议:
此外,为了提高手写体识别准确率,建议:
通过以上方式,可以较好地实现手写体和印刷体的区分识别。这种基于现有模型微调的方案,实现起来相对简单且效果可期。 Response generated by feifei-bot | claude-3-5-sonnet-latest |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
是否可以再数据集GT中加入Z作为手写体的标志,然后进行Paddle v4的微调,从而实现推理结果中包含Z这样的标志,从而实现手写体和印刷体的分离,

例如这个GT就是(5-2)=Z1Z1。
这样的思路是否微调可以做到,还是重头开始训练呢,只是针对手写体的数字来说
Beta Was this translation helpful? Give feedback.
All reactions