MiXaiLL76 commited on
Commit
f60410a
·
verified ·
1 Parent(s): b9aee32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -40,4 +40,38 @@ tags:
40
  - ocr
41
  - ctw1500
42
  pretty_name: ctw1500
43
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  - ocr
41
  - ctw1500
42
  pretty_name: ctw1500
43
+ ---
44
+
45
+ # CTW1500
46
+
47
+ ## META
48
+ <https://github.com/open-mmlab/mmocr/blob/main/dataset_zoo/ctw1500/metafile.yml>
49
+
50
+ ```yaml
51
+ Name: 'CTW1500'
52
+ Paper:
53
+ Title: Curved scene text detection via transverse and longitudinal sequence connection
54
+ URL: https://www.sciencedirect.com/science/article/pii/S0031320319300664
55
+ Venue: PR
56
+ Year: '2019'
57
+ BibTeX: '@article{liu2019curved,
58
+ title={Curved scene text detection via transverse and longitudinal sequence connection},
59
+ author={Liu, Yuliang and Jin, Lianwen and Zhang, Shuaitao and Luo, Canjie and Zhang, Sheng},
60
+ journal={Pattern Recognition},
61
+ volume={90},
62
+ pages={337--345},
63
+ year={2019},
64
+ publisher={Elsevier}
65
+ }'
66
+ Data:
67
+ Website: https://github.com/Yuliang-Liu/Curve-Text-Detector
68
+ Language:
69
+ - English
70
+ Scene:
71
+ - Scene
72
+ Granularity:
73
+ - Word
74
+ - Line
75
+ Tasks:
76
+ - textrecog
77
+ ```