Datasets:
Tasks:
Object Detection
Formats:
parquet
Languages:
English
Size:
< 1K
Tags:
Document Layout Analysis
License:
CoffeeGitta
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -38,4 +38,21 @@ language:
|
|
38 |
HeadlineHunter is a novel Document Layout Analysis Dataset centred on newspapers.
|
39 |
|
40 |
|
41 |
-
The newspapers currently in the dataset are from The Daily Monitor (Uganda), but we hope to add more as time progresses
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
HeadlineHunter is a novel Document Layout Analysis Dataset centred on newspapers.
|
39 |
|
40 |
|
41 |
+
The newspapers currently in the dataset are from The Daily Monitor (Uganda), but we hope to add more as time progresses.
|
42 |
+
|
43 |
+
|
44 |
+
## Class Labels
|
45 |
+
```
|
46 |
+
{0: 'Ad',
|
47 |
+
1: 'Table',
|
48 |
+
2: 'byline',
|
49 |
+
3: 'caption',
|
50 |
+
4: 'deck',
|
51 |
+
5: 'folio',
|
52 |
+
6: 'headline',
|
53 |
+
7: 'illustration',
|
54 |
+
8: 'jumpline',
|
55 |
+
9: 'masthead',
|
56 |
+
10: 'photograph',
|
57 |
+
11: 'story'}
|
58 |
+
```
|