crnn-pytorch icon indicating copy to clipboard operation
crnn-pytorch copied to clipboard

Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition using Pytorch

Results 5 crnn-pytorch issues
Sort by recently updated
recently updated
newest added

Hey, thanks for the work, is there any parameter that I can change in order to get the predictions for capital letters....?, is it case sensitive or only lowercase ?

I want to use my own trained model in libtorch, but I'm unable to do so. I'm encountering the following error. terminate called after throwing an instance of 'c10::Error' what():...

![Image](https://github.com/user-attachments/assets/79045161-98ba-4768-8bd4-42d6ba38e530) 该项目中的训练时,会保存最佳哪次的模型不?

following the example line: **python src/predict.py demo/*.jpg** I get an error. I added a print for index and path just before the error point: device: cpu Predict: 0%| | 0/1...