This repo develops the tools for ICDAR2019 competitions. You can find details here.
Competitions
- LSVT
Large-scale Street View Text with Partial Labeling
- ReCTS
Reading Chinese Text on Signboard
- ArT
- Transfer the detection format from coco-style to submission style
# for rects
python format_transfer.py --dt-file task3-results/results.pkl.json --mode rects --save data/rects_task3.txt
-
rects format test passed
-
lsvt format test passed
-
Evaluating performace of the model
# for lsvt
python eval.py --gt-file data/lsvt_val_v2.json --dt-file data/lsvt_val_v2_det.json
- Too Slow for evaluation