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)
完整报错/Complete Error Message:
File "D:\PycharmProject\PaddleOCR-release-2.3\detectorWithUI2.py", line 145, in runsystem
, rec_res_all = text_sys(img1)
File "D:\PycharmProject\PaddleOCR-release-2.3\detectorWithUI2.py", line 81, in call
rec_res, elapse = self.text_recognizer(img_crop_list)
File "D:\PycharmProject\PaddleOCR-release-2.3\tools\infer\predict_rec.py", line 274, in call
Exception in thread Thread-7:
Traceback (most recent call last):
File "C:\Users\FourTB\anaconda3\envs\paddle-cuda111\lib\threading.py", line 932, in _bootstrap_inner
output = output_tensor.copy_to_cpu()
OSError: (External) CUDA error(719), unspecified launch failure.
[Hint: 'cudaErrorLaunchFailure'. An exception occurred on the device while executing a kernel. Common causes include dereferencing an invalid device pointerand accessing out of bounds shared memory. Less common cases can be system specific - more information about these cases canbe found in the system specific user guide. This leaves the process in an inconsistent state and any further CUDA work willreturn the same error. To continue using CUDA, the process must be terminated and relaunched.] (at ..\paddle\fluid\platform\gpu_info.cc:429)
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem