clovaai / deep-text-recognition-benchmark

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

Training my dataset #286

Open farshokat opened 3 years ago

farshokat commented 3 years ago

Hi, t using create_lmdb_dataset.py done, I have data.mdb and lock.mdb but when i using this file .mdb to training, I have error is: Filtering the images containing characters which are not in opt.character Filtering the images whose label is longer than opt.batch_max_length

dataset_root: /content/drive/MyDrive/Data_STR_OCR/Train opt.select_data: ['/content/drive/MyDrive/Data_STR_OCR/Result'] opt.batch_ratio: ['0.5', '0.5']

I using google colab to training and my dataset is plate car in Viet Nam. i don't know why? Please me, thanks.

allenwu5 commented 2 years ago

Hi,

I think it already been answered by https://github.com/clovaai/deep-text-recognition-benchmark/issues/85#issuecomment-538849843 already.