Replies: 3 comments
-
直接把 感兴趣的区域,训练到 一个模型里面,然后通过 识别后的标签不同,走不同的代码。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
但是这样就识别了两次,耗时更久,除非是关键信息提取这个模型只根据det的信息来进行分类。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我是直接用yolo ,把区域抓出来,然后根据标签的不同 ,进行ocr。 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
请问一下,我想使用KIE进行关键信息抽取,但是对不同抽取出来的关键信息区域使用不同的识别模型来进行识别。
请问这块应该修改哪块的代码,如何指定不同的识别模型分别识别不同的区域?
Beta Was this translation helpful? Give feedback.
All reactions