Datasets:

Modalities:
Image
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
ponteineptique commited on
Commit
e07e186
1 Parent(s): f3b4c2e

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

.gitattributes CHANGED
@@ -1 +1,8 @@
1
  data.tar.gz filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
1
  data.tar.gz filter=lfs diff=lfs merge=lfs -text
2
+ full/train-00000-of-00005.parquet filter=lfs diff=lfs merge=lfs -text
3
+ full/train-00001-of-00005.parquet filter=lfs diff=lfs merge=lfs -text
4
+ full/train-00002-of-00005.parquet filter=lfs diff=lfs merge=lfs -text
5
+ full/train-00003-of-00005.parquet filter=lfs diff=lfs merge=lfs -text
6
+ full/train-00004-of-00005.parquet filter=lfs diff=lfs merge=lfs -text
7
+ full/validation-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
8
+ full/test-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,10 +1,89 @@
1
  ---
2
- task_categories:
3
- - object-detection
4
  license: cc-by-4.0
5
- pretty_name: LADaS
6
  size_categories:
7
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # LADaS: Layout Analysis Dataset with Segmonto
 
1
  ---
 
 
2
  license: cc-by-4.0
 
3
  size_categories:
4
  - 1K<n<10K
5
+ task_categories:
6
+ - object-detection
7
+ pretty_name: LADaS
8
+ dataset_info:
9
+ config_name: full
10
+ features:
11
+ - name: image_path
12
+ dtype: string
13
+ - name: image
14
+ dtype: image
15
+ - name: objects
16
+ sequence:
17
+ - name: bbox
18
+ sequence: float32
19
+ length: 4
20
+ - name: category
21
+ dtype:
22
+ class_label:
23
+ names:
24
+ '0': AdvertisementZone
25
+ '1': DigitizationArtefactZone
26
+ '2': DropCapitalZone
27
+ '3': FigureZone
28
+ '4': FigureZone-FigDesc
29
+ '5': FigureZone-Head
30
+ '6': GraphicZone
31
+ '7': GraphicZone-Decoration
32
+ '8': GraphicZone-FigDesc
33
+ '9': GraphicZone-Head
34
+ '10': GraphicZone-Maths
35
+ '11': GraphicZone-Part
36
+ '12': GraphicZone-TextualContent
37
+ '13': MainZone-Date
38
+ '14': MainZone-Entry
39
+ '15': MainZone-Entry-Continued
40
+ '16': MainZone-Form
41
+ '17': MainZone-Head
42
+ '18': MainZone-Lg
43
+ '19': MainZone-Lg-Continued
44
+ '20': MainZone-List
45
+ '21': MainZone-List-Continued
46
+ '22': MainZone-Other
47
+ '23': MainZone-P
48
+ '24': MainZone-P-Continued
49
+ '25': MainZone-Signature
50
+ '26': MainZone-Sp
51
+ '27': MainZone-Sp-Continued
52
+ '28': MarginTextZone-ManuscriptAddendum
53
+ '29': MarginTextZone-Notes
54
+ '30': MarginTextZone-Notes-Continued
55
+ '31': NumberingZone
56
+ '32': PageTitleZone
57
+ '33': PageTitleZone-Index
58
+ '34': QuireMarkZone
59
+ '35': RunningTitleZone
60
+ '36': StampZone
61
+ '37': StampZone-Sticker
62
+ '38': TableZone
63
+ '39': TableZone-Continued
64
+ '40': TableZone-Head
65
+ splits:
66
+ - name: train
67
+ num_bytes: 2357337025.298
68
+ num_examples: 4199
69
+ - name: validation
70
+ num_bytes: 237257708.0
71
+ num_examples: 662
72
+ - name: test
73
+ num_bytes: 92146968.0
74
+ num_examples: 294
75
+ download_size: 1535949175
76
+ dataset_size: 2686741701.298
77
+ configs:
78
+ - config_name: full
79
+ data_files:
80
+ - split: train
81
+ path: full/train-*
82
+ - split: validation
83
+ path: full/validation-*
84
+ - split: test
85
+ path: full/test-*
86
+ default: true
87
  ---
88
 
89
  # LADaS: Layout Analysis Dataset with Segmonto
full/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f02f4070c2af6f8026c6785c45dd91505ba5691b3444c9a25e4e85c411ba2e
3
+ size 89745385
full/train-00000-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f04ed7e49f2b6d58ac8f084a5c0d166d742fe3a756fa0f8fa5957cc751839fb
3
+ size 466051138
full/train-00001-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94e301563864b66c0ce34b5b8f06c5bad97679004dfa1c182e3131750a272a73
3
+ size 435931215
full/train-00002-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f02c7cb4653d06c1f1a3cd1818bcd433283e4d15c24494c396bedfee4a9ba707
3
+ size 121729125
full/train-00003-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b68bbdf19b575c3a0a574f03ea3cb08bbdd6a7272d39ded52ce5b02682baaa3
3
+ size 104987339
full/train-00004-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c0dcfb9edab06a29ede446d52366aa5f05ec4add0a41bdb09580171dc54a0ab
3
+ size 85670348
full/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbb7122abdcfb47fa695145b3532816c5fc741e8f05b35631595f0b99034c672
3
+ size 231834625