ppocr/data/simple_dataset.py第63行有个代码bug #13222
Unanswered
futureflsl
asked this question in
Q&A
Replies: 4 comments
-
@futureflsl 你是否愿意提交一个PR来修复一下这个问题 |
Beta Was this translation helpful? Give feedback.
0 replies
-
可以提供一个最小可复现的demo吗 |
Beta Was this translation helpful? Give feedback.
0 replies
-
用ch_PPOCRV4_rec.yml训练就会报这个错 |
Beta Was this translation helpful? Give feedback.
0 replies
-
检查一下你的配置文件吧 |
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.
-
问题描述 / Problem Description
ppocr/data/simple_dataset.py第63行有个代码bug
如果MakeBorderMap在dataset_config["transforms"]没有找到的话,就是个空list这时候在取第一个元素会报错list out of index
运行环境 / Runtime Environment
复现代码 / Reproduction Code
完整报错 / Complete Error Message
可能解决方案 / Possible solutions
附件 / Appendix
Beta Was this translation helpful? Give feedback.
All reactions