Im running Keras-OCR implementation from the following repository in the Notebook created in GCP VM
https://github.com/faustomorales/keras-ocr
The call to prediction_groups = pipeline.recognize(images) kills the Kernel. The error about Kernel has died is thrown.
The GCP VM is : Version: common-cu113.m87 Based on: Debian GNU/Linux 10 (buster) (GNU/Linux 4.19.0-18-cloud-amd64 x86_64\n)
Can you suggest on how it that to fix this issue?
The issue was with opencv version. I had latest version which is 5.5.5. It worked when downgraded the version to 4.4