0

我从 GCP VM 中创建的 Notebook 中的以下存储库运行 Keras-OCR 实现

https://github.com/faustomorales/keras-ocr

对 prediction_groups = pipeline.recognize(images) 的调用会杀死内核。抛出关于 Kernel has dead 的错误。

GCP VM 是: 版本:common-cu113.m87 基于:Debian GNU/Linux 10 (buster) (GNU/Linux 4.19.0-18-cloud-amd64 x86_64\n)

你能建议如何解决这个问题吗?

4

1 回答 1

1

问题出在 opencv 版本上。我有最新版本是 5.5.5。将版本降级到 4.4 时它工作

于 2022-02-03T19:33:59.050 回答