SynthText
SynthText is uploaded to Baidu Cloud link, extract code tb5g
- download from link above and unzip it SynthText.zip
- transform
.matground truth to.txtformat ingt:$ python dataset/synth-text/make_list.py - make training list by running:
$ ls data/SynthText/gt/ > data/SynthText/image_list.txt(see issue #24) - pretrain using synthtext:
CUDA_VISIBLE_DEVICES=$GPUID python train.py synthtext_pretrain --dataset synth-text --viz --max_epoch 1 --batch_size 8