[Fix] Synthtext metafile (#1788)

* [Fix] Synthtext metafile

* spotting

* fix
pull/1795/head
Tong Gao 2023-03-21 11:30:21 +08:00 committed by GitHub
parent ae252626d3
commit e0707bf5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,29 @@
Name: 'SynthText in the Wild Dataset'
Paper:
Title: Synthetic Data for Text Localisation in Natural Images
URL: https://openaccess.thecvf.com/content_cvpr_2016/papers/Gupta_Synthetic_Data_for_CVPR_2016_paper.pdf
Venue: CVPR
Year: '2016'
BibTeX: '@InProceedings{Gupta16,
author = "Ankush Gupta and Andrea Vedaldi and Andrew Zisserman",
title = "Synthetic Data for Text Localisation in Natural Images",
booktitle = "IEEE Conference on Computer Vision and Pattern Recognition",
year = "2016",
}'
Data:
Website: https://www.robots.ox.ac.uk/~vgg/data/scenetext/
Language:
- English
Scene:
- Synthesis
Granularity:
- Word
- Character
Tasks:
- textdet
- textrecog
- textspotting
License:
Type: Synthext Custom
Link: https://www.robots.ox.ac.uk/~vgg/terms/dataset-group-2-access.html
Format: .mat

View File

@ -0,0 +1,6 @@
_base_ = ['textdet.py']
_base_.train_preparer.packer.type = 'TextSpottingPacker'
_base_.train_preparer.gatherer.img_dir = 'textdet_imgs/train'
config_generator = dict(type='TextSpottingConfigGenerator')