Replies: 3 comments 2 replies
-
单字坐标可视化演示代码有错误,改了2行代码可以运行了。怎么将单个字符的score也放到返回的一个新的集合? # result, elapse_list = engine(img)
result, elapse_list = engine(img, return_word_box=True)
# boxes, txts, scores = list(zip(*result))
boxes, txts, scores, words_boxes, words = list(zip(*result)) |
Beta Was this translation helpful? Give feedback.
1 reply
-
但检测可视化时,如果用 修改main.py才正常
|
Beta Was this translation helpful? Give feedback.
1 reply
-
把切割好的文字图,进行单独多进程识别,比单进程还慢? |
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
-
🚀 Features
具体用法可参加:docs
可视化结果参见:docs
示例如下:
🐛 Bug Fixes
📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
New Contributors
This discussion was created from the release Release v1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions