clovaai / deep-text-recognition-benchmark

Text recognition (optical character recognition) with deep learning methods, ICCV 2019
Apache License 2.0
3.77k stars 1.11k forks source link

Please! Error in loading state dict to the model #238

Open apophatique opened 4 years ago

apophatique commented 4 years ago

when i try to build the project with TPS-ResNet-BiLSTM-CTC.pth, i get this: image

Please, help me to fix it, i really need this project. Thanks!

danielenricocahall commented 3 years ago

@apophatique in case you didn't figure it out, you have to ensure --Prediction is set to CTC and --sensitive is set to False to successfully load the CTC model.