Open AlwaysTrying opened 6 years ago
@MhLiao could you provide more details and explanations plz ??
is it the script train_icdar13.py that i should run to train the data and generate the model ?? in this file is written:
train_data = "path_to_train_lmdb/text_icdar_trainval_lmdb"
test_data = "path_to_test_lmdb/text_icdar_test_lmdb"
but there is no text in /data !!! Am I on the wrong direction???
The data is too large. You can first generate ground truth in "xml" format, then use TextBoxes/data/VOC0712/create_data.sh to create the "lmdb" for training.
when i run"python examples/TextBoxes/train_icdar13.py ",the error is occured:
Traceback (most recent call last):
File "examples/TextBoxes/train_icdar13.py", line 437, in
Hi, I need some guide to run this project... some files are messing and the documentation is not enough... How can I reproduce the same results and get 85% as F-mesure??? The file demo.py does not exist, the data of ICDAR is not in data file... is there any tutoriel I can follow plz ??