Miao367147258
Miao367147258
ubuntu 24.04+python 3.12+cpu(没有gpu)下运行也会出现该问题,使用的版本: paddleocr[ocr]==3.3.0 paddlepaddle==3.2.0 paddlex[ocr]==3.3.3 测试代码: from paddleocr import PaddleOCRVL import os import sys current_directory = os.path.dirname( os.path.realpath( sys.argv[ 0 ] ) ) img_file_path = current_directory + os.sep +...
> ubuntu 24.04+python 3.12+cpu(没有gpu)下运行也会出现该问题,使用的版本: paddleocr[ocr]==3.3.0 paddlepaddle==3.2.0 paddlex[ocr]==3.3.3 > > 测试代码: from paddleocr import PaddleOCRVL import os import sys > > current_directory = os.path.dirname( os.path.realpath( sys.argv[ 0 ] ) ) >...
看起来现象是一样的,等下一个版本再试试吧,现在先用着之前的版本,多谢回复.
还是原来的脚本,使用最新的paddleocr 3.0.3,工作正常,没有再出现segmentation fault问题,看了一下,enable_mkldnn的默认值为True,问题应该是解决了;这个issue是否可以关掉了?
相同的版本也会这样,使用的版本: paddleocr[ocr]==3.3.0 paddlepaddle==3.2.0 paddlex[ocr]==3.3.3 没有gpu,只有cpu,ubuntu 24.04下运行,执行的代码: text_detection_model_name = "PP-OCRv5_mobile_det" text_recognition_model_name = "PP-OCRv5_mobile_rec" ocr = PPStructureV3( text_detection_model_name = text_detection_model_name, text_recognition_model_name = text_recognition_model_name, use_doc_orientation_classify = True, use_doc_unwarping = False, use_textline_orientation = True,...
> 相同的版本也会这样,使用的版本: paddleocr[ocr]==3.3.0 paddlepaddle==3.2.0 paddlex[ocr]==3.3.3 > > 没有gpu,只有cpu,ubuntu 24.04下运行,执行的代码: text_detection_model_name = "PP-OCRv5_mobile_det" text_recognition_model_name = "PP-OCRv5_mobile_rec" > > ocr = PPStructureV3( text_detection_model_name = text_detection_model_name, text_recognition_model_name = text_recognition_model_name, use_doc_orientation_classify = True, use_doc_unwarping...
再次运行,会一直在等待,不会显示图形界面 xxx@xxx-YangTianM460-19IAB:~/Desktop$ pot [2024-08-28][00:55:01][TRACE][async_io::driver] block_on() [2024-08-28][00:55:01][TRACE][polling::epoll] add: epoll_fd=18, fd=20, ev=Event { key: 18446744073709551615, readable: false, writable: false } [2024-08-28][00:55:01][TRACE][polling::epoll] add: epoll_fd=18, fd=19, ev=Event { key: 18446744073709551615, readable: true, writable: false...
另外一个log: xxx@xxx-YangTianM460-19IAB:~/Desktop$ pot [2024-08-28][00:53:29][TRACE][zbus::connection] Sending message: Msg { type: MethodCall, sender: UniqueName(Str(Borrowed(":1.14938"))), path: ObjectPath("/org/freedesktop/DBus"), iface: InterfaceName(Str(Borrowed("org.freedesktop.DBus"))), member: MemberName(Str(Borrowed("RemoveMatch"))), body: Signature("s") } [2024-08-28][00:53:29][TRACE][zbus::connection] Sent message with serial: 5 [2024-08-28][00:53:29][TRACE][tracing::span::active] {}; [2024-08-28][00:53:29][TRACE][tracing::span::active]...
安装之后看起来也不行:  [log-001.txt](https://github.com/user-attachments/files/17124749/log-001.txt)
xxxy@xxxy-YangTianM460-19IAB pot [2024-09-25][03:56:03][TRACE][async_io::driver] block_on() [2024-09-25][03:56:03][TRACE][tracing::span::active] -> {}; [2024-09-25][03:56:03][TRACE][zbus::connection] Sending message: Msg { type: MethodCall, sender: UniqueName(Str(Borrowed(":1.14543"))), path: ObjectPath("/org/freedesktop/DBus"), iface: InterfaceName(Str(Borrowed("org.freedesktop.DBus"))), member: MemberName(Str(Borrowed("RemoveMatch"))), body: Signature("s") } [2024-09-25][03:56:03][TRACE][zbus::connection] Sent message with serial:...