frotms / PaddleOCR2Pytorch

PaddleOCR inference in PyTorch. Converted from [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)
Apache License 2.0
877 stars 174 forks source link

When I changed rec_image_shape to 3, 150, 450, something went wrong #70

Open luoyq6 opened 1 year ago

luoyq6 commented 1 year ago

Hello, your work is really great. I encountered such a problem. When I changed the default image size of text recognition, there was an error

parser.add_argument("--rec_image_shape", type=str, default="3, 150, 450")

1846fe3ea4330770479a757ada47677

luoyq6 commented 1 year ago

@frotms