Melaraby commited on
Commit
d1dfb85
·
verified ·
1 Parent(s): cb5c21d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: bsd-3-clause
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bsd-3-clause
3
+ ---
4
+
5
+ # EvArEST
6
+
7
+ Everyday Arabic-English Scene Text dataset, from the paper: [Arabic Scene Text Recognition in the Deep Learning Era: Analysis on A Novel Dataset](https://ieeexplore.ieee.org/abstract/document/9499028)
8
+
9
+ ### Detection Dataset
10
+
11
+ The text detection dataset has 510 images all containing one or more instances of text. Each word is annotated with a four-point polygon that starts with the top left corner of the polygon and follows clockwise. Each image comes with a text file containing three attributes: the four points of the polygon that contains the word, the language of the word.
12
+
13
+ ![alt text](https://github.com/HGamal11/EvArEST-dataset/blob/main/DetEx.png?raw=true)
14
+
15
+ [Training Data](https://drive.google.com/file/d/1a1Jf12nyIDswunky5kLM4JishRj2_4Jy/view?usp=sharing)
16
+
17
+ [Test Data](https://drive.google.com/file/d/15jWxmZb9zoKHys40Cuz-57kV2PTO-cvH/view?usp=sharing)
18
+
19
+
20
+ ### Citation
21
+
22
+ If you find this dataset useful for your research, please cite
23
+ ```
24
+ @article{hassan2021arabic,
25
+ title={Arabic Scene Text Recognition in the Deep Learning Era: Analysis on A Novel Dataset},
26
+ author={Hassan, Heba and El-Mahdy, Ahmed and Hussein, Mohamed E},
27
+ journal={IEEE Access},
28
+ year={2021},
29
+ publisher={IEEE}
30
+ }
31
+ ```