deep-text-recognition-benchmark icon indicating copy to clipboard operation
deep-text-recognition-benchmark copied to clipboard

Text recognition (optical character recognition) with deep learning methods, ICCV 2019

Results 176 deep-text-recognition-benchmark issues
Sort by recently updated
recently updated
newest added

hi thanks for your code and best paper I do not see learning rate scheduler in training loop,it don not affect in performance of model?

Hi, I would like to make the model working well on both printed and handwritten papers. I am confused about the way to train the model. So, if I want...

With MJ and ST the batch ratio is 0.5 0.5 respectively. Can someone guide me, what would be the best approach when adding the special character data into the training...

Hi, I am trying t use the ST_SPE.zip lmdb dataset of the special characters to fine-tune another model which has been previously trained for non-special characters but the model does...

!python train.py --train_data='training' --valid_data='training' --Transformation='TPS' --FeatureExtraction='ResNet' --SequenceModeling='BiLSTM' --Prediction='Attn' ---------------------------------------------------------------------------------------------------------------------------------------- Filtering the images containing characters which are not in opt.character Filtering the images whose label is longer than opt.batch_max_length ['1'] dataset_root:...

So i have trained from scratch using lmdb dataset from the repo then i tried to create my own dataset using trdg to add non latin characters and retrain the...

Hi, please explain me what this error may be related to. I do everything according to the instructions, I made three files to reader, but in the *.yaml file I...

So, i started creating my learning images using trdg , moved data.mdb lock.mdb to /data_lmdb_release/training/ and data_lmdb_release/validation used the command to train : CUDA_VISIBLE_DEVICES=0 python3.8 train.py --train_data data_lmdb_release/training --valid_data data_lmdb_release/validation...

Could you provide some suggestions on the classification of super multiple categories (such as 3000 categories)? An attempt was made to use a 3000-word dictionary, but the model did not...

train.py --train_data lmdb_dataset/training --valid_data lmdb_dataset/valid --Transformation TPS --FeatureExtraction ResNet --SequenceModeling BiLSTM --Prediction Attn Filtering the images containing characters which are not in opt.character Filtering the images whose label is longer...