PP-StrucutreV3初始化时报错 #16600
Unanswered
aa851182472
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
您好,由于缺乏相关npu机器,v3中的部分模型可能和您的npu版本不适配。可以将 use_table_recognition=False试试。 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
C++ Traceback (most recent call last):
No stack trace in paddle, may be caused by external reasons.
Error Message Summary:
FatalError:
Segmentation faultis detected by the operating system.[TimeInfo: *** Aborted at 1759027014 (unix time) try "date -d @1759027014" if you are using GNU date ***]
[SignalInfo: *** SIGSEGV (@0x313111) received by PID 3223825 (TID 0xffff78cb7150) from PID 3223825 ***]
Segmentation fault (core dumped)
root@localhost:/work/env/inference_models/PP-StructrueV3# [ERROR] TBE Subprocess[task_distribute] raise error[], main process disappeared!
[ERROR] TBE Subprocess[task_distribute] raise error[], main process disappeared!
[ERROR] TBE Subprocess[task_distribute] raise error[], main process disappeared!
[ERROR] TBE Subprocess[task_distribute] raise error[], main process disappeared!
[ERROR] TBE Subprocess[task_distribute] raise error[], main process disappeared!
[ERROR] TBE Subprocess[task_distribute] raise error[], main process disappeared!
[ERROR] TBE Subprocess[task_distribute] raise error[], main process disappeared!
[ERROR] TBE Subprocess[task_distribute] raise error[], main process disappeared!
/usr/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 30 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
以上是报错信息。初始化分代码如下:
pipeline_npu = PPStructureV3(
device="npu:5",
use_doc_orientation_classify=True,
use_doc_unwarping=True,
use_textline_orientation=True,
use_seal_recognition=True,
use_table_recognition=False,
use_formula_recognition=True,
use_chart_recognition=True,
use_region_detection=True,
)
pipeline_cpu = PPStructureV3(
)
Beta Was this translation helpful? Give feedback.
All reactions