dvgodoy commited on
Commit
477415c
·
verified ·
1 Parent(s): 79a4ce2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -43,7 +43,7 @@ size_categories:
43
  ---
44
  # Dataset Card for ICDAR2019-cTDaR-TRACKB
45
 
46
- **This dataset is a resized version of the original [cndplab-founder/ICDAR2019_cTDaR](https://github.com/cndplab-founder/ICDAR2019_cTDaR), combined with with its supplement [cndplab-founder/ICDAR2019_cTDaR_dataset_supplement](https://github.com/cndplab-founder/ICDAR2019_cTDaR_dataset_supplement).**
47
 
48
  You can easily and quickly load it:
49
 
@@ -88,7 +88,11 @@ From the original ICDAR2019 cTDaR [dataset](https://cndplab-founder.github.io/cT
88
 
89
  > _The dataset consists of modern documents and archival ones with various formats, including document images and born-digital formats such as PDF. The annotated contents contain the table entities and cell entities in a document, while we do not deal with nested tables._
90
 
91
- **This "resized" version contains all the images from "Track B," resized so that the largest dimension (either width or height) is 1000px. The annotations were converted from XML to JSON and boxes are represented in Pascal VOC format `(xmin, ymin, xmax, ymax)`. The original dataset did not contain "modern" tables or annotations, so the [supplement dataset](https://github.com/cndplab-founder/ICDAR2019_cTDaR_dataset_supplement) was merged into it, and its annotations converted accordingly.**
 
 
 
 
92
 
93
  ## Dataset Structure
94
 
 
43
  ---
44
  # Dataset Card for ICDAR2019-cTDaR-TRACKB
45
 
46
+ **This dataset is a resized version of the original [cndplab-founder/ICDAR2019_cTDaR](https://github.com/cndplab-founder/ICDAR2019_cTDaR), merged with with its supplement [cndplab-founder/ICDAR2019_cTDaR_dataset_supplement](https://github.com/cndplab-founder/ICDAR2019_cTDaR_dataset_supplement).**
47
 
48
  You can easily and quickly load it:
49
 
 
88
 
89
  > _The dataset consists of modern documents and archival ones with various formats, including document images and born-digital formats such as PDF. The annotated contents contain the table entities and cell entities in a document, while we do not deal with nested tables._
90
 
91
+ **This "resized" version contains all the images from "Track B" (table recognition) resized so that the largest dimension (either width or height) is 1000px. The annotations were converted from XML to JSON and boxes are represented in Pascal VOC format `(xmin, ymin, xmax, ymax)`.**
92
+
93
+ > For the modern dataset no training data is available for Track B.
94
+
95
+ **The original dataset did not contain "modern" tables or annotations for "Track B", so the [supplement dataset](https://github.com/cndplab-founder/ICDAR2019_cTDaR_dataset_supplement) was merged into it, and its annotations converted accordingly.**
96
 
97
  ## Dataset Structure
98