-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Description
bug描述 Describe the Bug
环境
Atlas 200I DK A2
Ubuntu 22.04.4 LTS aarch64
paddlepaddle_cpu=3.0.0
paddlex=3.1.3
MemTotal: 3598100 kB
运行指令(使用图片为288*170,7KB)
paddlex --pipeline semantic_segmentation --input /home/HwHiAiUser/Doctor3/2.jpg --device cpu --save_path /home/HwHiAiUser/Doctor3/output/
Creating model: ('PP-LiteSeg-T', None)
Using official model (PP-LiteSeg-T), the model files will be automatically downloaded and saved in /home/HwHiAiUser/.paddlex/official_models.
/usr/local/miniconda3/envs/pyqt/lib/python3.8/site-packages/paddle/utils/cpp_extension/extension_utils.py:711: UserWarning: No ccache found. Please be aware that recompiling all source files may be required. You can download and install ccache from: https://github.com/ccache/ccache/blob/master/doc/INSTALL.md
warnings.warn(warning_message)
报错如下
C++ Traceback (most recent call last):
No stack trace in paddle, may be caused by external reasons.
Error Message Summary:
FatalError: Segmentation fault
is detected by the operating system.
[TimeInfo: *** Aborted at 1754792800 (unix time) try "date -d @1754792800" if you are using GNU date ***]
[SignalInfo: *** SIGSEGV (@0x0) received by PID 81734 (TID 0xe7ff8e0fe120) from PID 0 ***]
Segmentation fault (core dumped)
其他补充信息 Additional Supplementary Information
No response