Update README.md
#1
by
yushx
- opened
README.md
CHANGED
@@ -41,7 +41,48 @@ For each subpage, OCR and table extraction annotations from two sources are avai
|
|
41 |
|
42 |
## Dataset Structure
|
43 |
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
```sh
|
47 |
+--WikiDT-dataset
|
|
|
41 |
|
42 |
## Dataset Structure
|
43 |
|
44 |
+
Once downloaded, the WikiDT has the following parts. The downloaded files are around 77GB. Please ensure you have at least 160GB since we will be extract individual files from the tars.
|
45 |
+
|
46 |
+
```
|
47 |
+
.
|
48 |
+
βββ WikiTableExtraction
|
49 |
+
βΒ Β βββ detection.partaa
|
50 |
+
βΒ Β βββ detection.partab
|
51 |
+
βΒ Β βββ detection.partac
|
52 |
+
βΒ Β βββ detection.partad
|
53 |
+
βΒ Β βββ detection.partae
|
54 |
+
βΒ Β βββ detection.partaf
|
55 |
+
βΒ Β βββ detection.partag
|
56 |
+
βΒ Β βββ structure.partaa
|
57 |
+
βΒ Β βββ structure.partab
|
58 |
+
βΒ Β βββ structure.partac
|
59 |
+
βΒ Β βββ structure.partad
|
60 |
+
βΒ Β βββ structure.partae
|
61 |
+
βββ images.partaa
|
62 |
+
βββ images.partab
|
63 |
+
βββ images.partac
|
64 |
+
βββ images.partad
|
65 |
+
βββ images.partae
|
66 |
+
βββ images.partaf
|
67 |
+
βββ images.partag
|
68 |
+
βββ images.partah
|
69 |
+
βββ images.partai
|
70 |
+
βββ ocr.tar
|
71 |
+
βββ samples
|
72 |
+
βΒ Β βββ test.json
|
73 |
+
βΒ Β βββ train.json
|
74 |
+
βΒ Β βββ val.json
|
75 |
+
βββ tsv.tar
|
76 |
+
```
|
77 |
+
|
78 |
+
Please concat the part files and extract them into respective folder. For example,
|
79 |
+
run
|
80 |
+
```
|
81 |
+
cd WikiTableExtraction/
|
82 |
+
cat detection.parta* | tar x
|
83 |
+
```
|
84 |
+
to extract the `detection` folder.
|
85 |
+
Once you extracted all the tar files, the WikiDT dataset has the following file structure.
|
86 |
|
87 |
```sh
|
88 |
+--WikiDT-dataset
|