Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
[X] I have searched the PaddleOCR Docs and found no similar bug report.
[X] I have searched the PaddleOCR Issues and found no similar bug report.
[X] I have searched the PaddleOCR Discussions and found no similar bug report.
🐛 Bug (问题描述)
I use detect model in paddle_ocr framework and recog model in modelscope and deploy ocr model service using fastapi in k8s using GPU resource. When I request model service concurrently for a while, I encountered the following problem:
C++ Traceback (most recent call last):
0 uv_run
Error Message Summary:
FatalError: Termination signal is detected by the operating system.
[TimeInfo: Aborted at 1728638155 (unix time) try "date -d @1728638155" if you are using GNU date ]
[SignalInfo: SIGTERM (@0x0) received by PID 1 (TID 0x7f384e3eb740) from PID 0 ]
Exit Code: 143
Started: Fri, 11 Oct 2024 17:08:33 +0800
Finished: Fri, 11 Oct 2024 17:15:56 +0800
🏃♂️ Environment (运行环境)
CUDA Version: 12.0
paddleocr: 2.6.1.3
paddlepaddle-gpu: 2.4.2.post117
modelscope: 1.7.1
🔎 Search before asking
🐛 Bug (问题描述)
I use detect model in paddle_ocr framework and recog model in modelscope and deploy ocr model service using fastapi in k8s using GPU resource. When I request model service concurrently for a while, I encountered the following problem:
C++ Traceback (most recent call last):
0 uv_run
Error Message Summary:
FatalError:
Termination signal
is detected by the operating system. [TimeInfo: Aborted at 1728638155 (unix time) try "date -d @1728638155" if you are using GNU date ] [SignalInfo: SIGTERM (@0x0) received by PID 1 (TID 0x7f384e3eb740) from PID 0 ]🏃♂️ Environment (运行环境)
CUDA Version: 12.0 paddleocr: 2.6.1.3 paddlepaddle-gpu: 2.4.2.post117 modelscope: 1.7.1
🌰 Minimal Reproducible Example (最小可复现问题的Demo)