-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PPOCRLabel出现段错误如何debug? #2210
Comments
|
是执行哪一步的时候出错了呢,有可能是内存不够了 |
内存和显存都还有很多 |
了解了,如果是对单个检测框重新识别会出现问题吗?以及paddle版本是多少呢 |
Since you haven't replied for more than 3 months, we have closed this issue/pr. |
操作系统:ubuntu 16.04
PaddleOCR版本:release/2.0
1、self.ocr改用GPU模式会崩溃
2、默认模型检测框过多有概率会崩溃
3、custom model用ppocr的大模型有概率会崩溃
以上的情况报错信息完全一致,没有细节:
[2021/03/09 20:03:37] root INFO: dt_boxes num : 7, elapse : 0.3803527355194092
[2021/03/09 20:03:37] root INFO: cls num : 7, elapse : 0.033449411392211914
[2021/03/09 20:03:38] root INFO: rec_res num : 7, elapse : 0.3105964660644531
QObject::killTimer: Timers cannot be stopped from another thread
QObject::~QObject: Timers cannot be stopped from another thread
[2021/03/09 20:03:38] root INFO: dt_boxes num : 5, elapse : 0.35992956161499023
[2021/03/09 20:03:38] root INFO: cls num : 5, elapse : 0.03960466384887695
[2021/03/09 20:03:38] root INFO: rec_res num : 5, elapse : 0.09412026405334473
[2021/03/09 20:03:39] root INFO: dt_boxes num : 8, elapse : 0.25769543647766113
[2021/03/09 20:03:39] root INFO: cls num : 8, elapse : 0.05037069320678711
[2021/03/09 20:03:39] root INFO: rec_res num : 8, elapse : 0.5185930728912354
[2021/03/09 20:03:40] root INFO: dt_boxes num : 26, elapse : 0.287186861038208
[2021/03/09 20:03:40] root INFO: cls num : 26, elapse : 0.11723208427429199
C++ Traceback (most recent call last):
0 paddle::framework::SignalHandle(char const*, int)
1 paddle::platform::GetCurrentTraceBackStringabi:cxx11
Error Message Summary:
FatalError:
Segmentation fault
is detected by the operating system.[TimeInfo: *** Aborted at 1615291420 (unix time) try "date -d @1615291420" if you are using GNU date ***]
[SignalInfo: *** SIGSEGV (@0x6daf0fe41c91) received by PID 5216 (TID 0x7f520412a700) from PID 266607761 ***]
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: