GCP VM Notebook 中 Keras-Ocr 运行 的问题
Issues in Keras-Ocr Running in GCP VM Notebook
Im 运行 来自在 GCP VM 中创建的笔记本中的以下存储库的 Keras-OCR 实现
https://github.com/faustomorales/keras-ocr
调用 prediction_groups = pipeline.recognize(images) 会终止内核。抛出关于Kernel has died的错误。
GCP 虚拟机是:
版本:common-cu113.m87
基于:Debian GNU/Linux 10 (buster) (GNU/Linux 4.19.0-18-cloud-amd64 x86_64\n)
你能建议如何解决这个问题吗?
问题出在 opencv 版本上。我的最新版本是 5.5.5。它在将版本降级到 4.4
时起作用
Im 运行 来自在 GCP VM 中创建的笔记本中的以下存储库的 Keras-OCR 实现
https://github.com/faustomorales/keras-ocr
调用 prediction_groups = pipeline.recognize(images) 会终止内核。抛出关于Kernel has died的错误。
GCP 虚拟机是: 版本:common-cu113.m87 基于:Debian GNU/Linux 10 (buster) (GNU/Linux 4.19.0-18-cloud-amd64 x86_64\n)
你能建议如何解决这个问题吗?
问题出在 opencv 版本上。我的最新版本是 5.5.5。它在将版本降级到 4.4
时起作用