Python Kernel died #15797
Replies: 3 comments
-
I've run the code in Google Colab and it make also crash the kernel. Here's the debug from Colab. |Jun 20, 2025, 10:39:15 AM|WARNING|0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.| |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
That continues on random images. All of them with hand written character. I've manage to process some by resizing them or by "saving for web". Some i can't at all, the kernel always dying. Please, any help? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Sorry for the noob question but i'm stuck for a couple of day on that issue. I was running PaddleOCR2 sucessfully.
Upgrading to PaddleOCR3 i can run the mobile model fine.
As soon as i run the non-mobile i got issues with my Jupyter Lab kernel dying.
ocr = PaddleOCR(use_doc_orientation_classify=False, use_doc_unwarping=False, use_textline_orientation=False)
Images are small jpg's of around 50kb with a couple 300kb. Crash is always on the 300kb images. If i OCR the 300kb individually with the non-mobile it runs fine. If i run the whole folder it seem to be the "accumulation" of predict call and that point me potentially to a memory issue?
I run this on a windows server 2019, 24gb ram and no gpu.
Any clue how to have the non-mobile version not crashing the kernel please?
Beta Was this translation helpful? Give feedback.
All reactions