pierreguillou commited on
Commit
9aa24ca
1 Parent(s): 7ff48c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -58,16 +58,6 @@ Until today, the dataset can be downloaded through direct links or as a dataset
58
 
59
  Paper: [DocLayNet: A Large Human-Annotated Dataset for Document-Layout Analysis](https://arxiv.org/abs/2206.01062) (06/02/2022)
60
 
61
- ### About PDFs languages
62
-
63
- Citation of the page 3 of the [DocLayNet paper](https://arxiv.org/abs/2206.01062):
64
- "We did not control the document selection with regard to language. **The vast majority of documents contained in DocLayNet (close to 95%) are published in English language.** However, **DocLayNet also contains a number of documents in other languages such as German (2.5%), French (1.0%) and Japanese (1.0%)**. While the document language has negligible impact on the performance of computer vision methods such as object detection and segmentation models, it might prove challenging for layout analysis methods which exploit textual features."
65
-
66
- ### About PDFs categories distribution
67
-
68
- Citation of the page 3 of the [DocLayNet paper](https://arxiv.org/abs/2206.01062):
69
- "The pages in DocLayNet can be grouped into **six distinct categories**, namely **Financial Reports, Manuals, Scientific Articles, Laws & Regulations, Patents and Government Tenders**. Each document category was sourced from various repositories. For example, Financial Reports contain both free-style format annual reports which expose company-specific, artistic layouts as well as the more formal SEC filings. The two largest categories (Financial Reports and Manuals) contain a large amount of free-style layouts in order to obtain maximum variability. In the other four categories, we boosted the variability by mixing documents from independent providers, such as different government websites or publishers. In Figure 2, we show the document categories contained in DocLayNet with their respective sizes."
70
-
71
  ### Processing into a format facilitating its use by HF notebooks
72
 
73
  These 2 options require the downloading of all the data (approximately 30GBi), which requires downloading time (about 45 mn in Google Colab) and a large space on the hard disk. These could limit experimentation for people with low resources.
@@ -80,12 +70,22 @@ For all these reasons, I decided to process the DocLayNet dataset:
80
  - into 3 datasets of different sizes:
81
  - [DocLayNet small](https://huggingface.co/datasets/pierreguillou/DocLayNet-small) (about 1% of DocLayNet) < 1.000k document images (691 train, 64 val, 49 test)
82
  - [DocLayNet base](https://huggingface.co/datasets/pierreguillou/DocLayNet-base) (about 10% of DocLayNet) < 10.000k document images (6910 train, 648 val, 499 test)
83
- - DocLayNet large with full dataset (to be done)
84
- - with associated texts,
85
  - and in a format facilitating their use by HF notebooks.
86
 
87
  *Note: the layout HF notebooks will greatly help participants of the IBM [ICDAR 2023 Competition on Robust Layout Segmentation in Corporate Documents](https://ds4sd.github.io/icdar23-doclaynet/)!*
88
 
 
 
 
 
 
 
 
 
 
 
89
  ### Download & overview
90
 
91
  The size of the DocLayNet small is about 1% of the DocLayNet dataset (random selection respectively in the train, val and test files).
58
 
59
  Paper: [DocLayNet: A Large Human-Annotated Dataset for Document-Layout Analysis](https://arxiv.org/abs/2206.01062) (06/02/2022)
60
 
 
 
 
 
 
 
 
 
 
 
61
  ### Processing into a format facilitating its use by HF notebooks
62
 
63
  These 2 options require the downloading of all the data (approximately 30GBi), which requires downloading time (about 45 mn in Google Colab) and a large space on the hard disk. These could limit experimentation for people with low resources.
70
  - into 3 datasets of different sizes:
71
  - [DocLayNet small](https://huggingface.co/datasets/pierreguillou/DocLayNet-small) (about 1% of DocLayNet) < 1.000k document images (691 train, 64 val, 49 test)
72
  - [DocLayNet base](https://huggingface.co/datasets/pierreguillou/DocLayNet-base) (about 10% of DocLayNet) < 10.000k document images (6910 train, 648 val, 499 test)
73
+ - [DocLayNet large](https://huggingface.co/datasets/pierreguillou/DocLayNet-large) (about 100% of DocLayNet) < 100.000k document images (69.103 train, 6.480 val, 4.994 test)
74
+ - with associated texts and PDFs (base64 format),
75
  - and in a format facilitating their use by HF notebooks.
76
 
77
  *Note: the layout HF notebooks will greatly help participants of the IBM [ICDAR 2023 Competition on Robust Layout Segmentation in Corporate Documents](https://ds4sd.github.io/icdar23-doclaynet/)!*
78
 
79
+ ### About PDFs languages
80
+
81
+ Citation of the page 3 of the [DocLayNet paper](https://arxiv.org/abs/2206.01062):
82
+ "We did not control the document selection with regard to language. **The vast majority of documents contained in DocLayNet (close to 95%) are published in English language.** However, **DocLayNet also contains a number of documents in other languages such as German (2.5%), French (1.0%) and Japanese (1.0%)**. While the document language has negligible impact on the performance of computer vision methods such as object detection and segmentation models, it might prove challenging for layout analysis methods which exploit textual features."
83
+
84
+ ### About PDFs categories distribution
85
+
86
+ Citation of the page 3 of the [DocLayNet paper](https://arxiv.org/abs/2206.01062):
87
+ "The pages in DocLayNet can be grouped into **six distinct categories**, namely **Financial Reports, Manuals, Scientific Articles, Laws & Regulations, Patents and Government Tenders**. Each document category was sourced from various repositories. For example, Financial Reports contain both free-style format annual reports which expose company-specific, artistic layouts as well as the more formal SEC filings. The two largest categories (Financial Reports and Manuals) contain a large amount of free-style layouts in order to obtain maximum variability. In the other four categories, we boosted the variability by mixing documents from independent providers, such as different government websites or publishers. In Figure 2, we show the document categories contained in DocLayNet with their respective sizes."
88
+
89
  ### Download & overview
90
 
91
  The size of the DocLayNet small is about 1% of the DocLayNet dataset (random selection respectively in the train, val and test files).