-
Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
可能是版本不一致導致的問題,你的ppstructure\utility.py 是2.7 |
Beta Was this translation helpful? Give feedback.
-
因PPOCRLabel已经搬家了,后续有问题请移步PPOCRLabel提问哈! |
Beta Was this translation helpful? Give feedback.
可能是版本不一致導致的問題,你的ppstructure\utility.py 是2.7
2.6跟2.7的 tools/infer/utility.py 的莫約33行是有str2int_tuple這個function的
但在2.5的 tools/infer/utility.py 並沒有str2int_tuple這個function
所以你先把版本對齊試看看