clovaai / deep-text-recognition-benchmark

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

Changing My image size #265

Open AbdelsalamHaa opened 3 years ago

AbdelsalamHaa commented 3 years ago

Hello @ku21fan I did what you recommended in this https://github.com/clovaai/deep-text-recognition-benchmark/issues/96 issue witch is to comments some line in deep-text-recognition-benchmark/modules/transformation.py and uncomment some other but than I faced this issue.

RuntimeError: Error(s) in loading state_dict for DataParallel: Unexpected key(s) in state_dict: "module.Transformation.GridGenerator.inv_delta_C", "module.Transformation.GridGenerator.P_hat".

jcZhang2020 commented 2 years ago

Hello, did you solve this problem?