PaddleOCR 初始化异常退出
收藏
LINUX 环境下面,实例化PaddleOCR时,模型下载完后总是异常退出。
1、PaddlePaddle 测试是正常的
PaddlePaddle is installed successfully! Let's start deep learning with PaddlePaddle now
2、异常信息
ocr = PaddleOCR(use_angle_cls=True, lang="ch",use_gpu=True,show_log=True)
--------------------------------------
C++ Traceback (most recent call last):
--------------------------------------
0 inflateReset2
----------------------
Error Message Summary:
----------------------
FatalError: `Segmentation fault` is detected by the operating system.
[TimeInfo: *** Aborted at 1710866461 (unix time) try "date -d @1710866461" if you are using GNU date ***]
[SignalInfo: *** SIGSEGV (@0x0) received by PID 3419063 (TID 0x7f98ad005740) from PID 0 ***]
0
收藏
请登录后评论
插眼同问
同问
同问
问题解决了吗??