eragonruan / text-detection-ctpn

text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
MIT License
3.43k stars 1.33k forks source link

OP_REQUIRES failed at save_restore_v2_ops.cc:184 : Not found: Key BiLSTM/biases/ExponentialMovingAverage not found in checkpoint #462

Open SeventhBlue opened 4 years ago

Heidernlee commented 4 years ago

@SeventhBlue Same Issues, did you fixed it ?

jdy160012 commented 3 years ago

Hi, I met the same problem. Did you solve it ?

jdy160012 commented 3 years ago

Key darknet/dense/bias/ExponentialMovingAverage not found in checkpoint

wallacezwy commented 3 years ago

Has anyone solved the issue?

wallacezwy commented 3 years ago

@SeventhBlue Same Issues, did you fixed it ?

I solved this issue by replacing with the "checkpoints_mlt" folder in the link below: https://drive.google.com/file/d/1HcZuB_MHqsKhKEKpfF1pEU85CYy4OlWO/view?usp=sharing

SeventhBlue commented 3 years ago

@SeventhBlue Same Issues, did you fixed it ?

I solved this issue by replacing with the "checkpoints_mlt" folder in the link below: https://drive.google.com/file/d/1HcZuB_MHqsKhKEKpfF1pEU85CYy4OlWO/view?usp=sharing

Thanks your share!