sonatbaltaci commited on
Commit
a8b2614
Β·
verified Β·
1 Parent(s): 564a2c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Text Region Detection in Historical Astronomical Diagrams
2
+
3
+ Official repository of the paper _"Text region detection in historical astronomical diagrams"_. We introduce the first large, diverse, open-access dataset of **948** historical astronomical diagrams annotated with **10,940** oriented polygonal text regions that spans ten centuries (8<sup>th</sup> to 18<sup>th</sup>) and seven major traditions: Arabic, Persian, Chinese, Byzantine, Latin, Hebrew, and Sanskrit.
4
+
5
+ # Dataset
6
+ ## Content
7
+ We provide our dataset under two directories, namely `EIDA` and `EIDALatin`, with annotations in `LabelMe` format. `EIDA` contains images and associated annotations of all traditions (including Latin) under `train`, `val`, and `test` splits:
8
+ ```
9
+ EIDA/
10
+ β”œβ”€β”€ train/
11
+ β”‚ β”œβ”€β”€ <filename_1>.jpg
12
+ β”‚ β”œβ”€β”€ <filename_1>.json
13
+ β”‚ β”‚ .
14
+ β”‚ β”‚ .
15
+ β”‚ β”œβ”€β”€ <filename_N>.jpg
16
+ β”‚ └── <filename_N>.json
17
+ β”œβ”€β”€ val/
18
+ └── test/
19
+ ```
20
+
21
+ For class-aware annotations, we provide `EIDALatin`, which contains Latin subset with text classes, and splits in `.txt` format:
22
+ ```
23
+ EIDALatin/
24
+ β”œβ”€β”€ data/
25
+ β”‚ β”œβ”€β”€ <filename_1>.jpg
26
+ β”‚ β”œβ”€β”€ <filename_1>.json
27
+ β”‚ β”‚ .
28
+ β”‚ β”‚ .
29
+ β”‚ β”œβ”€β”€ <filename_N>.jpg
30
+ β”‚ └── <filename_N>.json
31
+ β”œβ”€β”€ train.txt
32
+ β”œβ”€β”€ val.txt
33
+ └── test.txt
34
+ ```