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

Pytorch implementation of OCR system using CRNN + CTCLoss

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

I followed the instructions of installing warp-ctc, but I get an error in "python setup.py install" step. `LINK : warning LNK4044: unrecognized option '/Wl,-rpath,C:\Users\argha\warp-ctc\build\Debug'; ignored` `LINK : fatal error LNK1181:...

Hi, How can I change the input size of an image? Currently other input sizes e.g. (256x64) result in assertion error `the height of out must be 1`

Hi I'm using the crnn-pytorch project to train a new model with my custom dataset, but when I run the command python train.py --data-path datatrain --test-init True --test-epoch 10 --output-dir...

Can you provide pre trained model file ?

Hi everyone, Can I ask the meaning of seq_proj? I see it is used to transform the feature map from CNN? Specifically, can someone explain this segment of code? Thank...

Hi Test for same input with same weight returns different output. I trained the model and used the pretrained one for test the same input, by every time I get...

Hi, Thanks for the repo. It's very well coded and easy to use with a custom dataset. I first tried on a custom dataset where the average text length is...

Will you share some of your pretrained models? Would be great for quick testing and fine-tuning.