File size: 1,209 Bytes
4703981
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "default": {
    "description": "DocLayNet 6-class filtered dataset for document layout analysis",
    "citation": "@article{doclaynet2022, title={DocLayNet: A Large Human-Annotated Dataset for Document-Layout Analysis}, author={Pfitzmann, Birgit and Auer, Christoph and Dolfi, Michele and Nassar, Ahmed S and Staar, Peter W J}, year={2022}, doi={10.1145/3534678.3539043}}",
    "homepage": "https://github.com/DS4SD/DocLayNet",
    "license": "CDLA-Permissive-2.0",
    "features": {
      "image_id": {
        "dtype": "int32"
      },
      "file_name": {
        "dtype": "string"
      },
      "width": {
        "dtype": "int32"
      },
      "height": {
        "dtype": "int32"
      },
      "annotations": [
        {
          "id": {
            "dtype": "int32"
          },
          "category_id": {
            "dtype": "int32"
          },
          "bbox": {
            "dtype": "list"
          },
          "area": {
            "dtype": "float32"
          }
        }
      ]
    },
    "splits": {
      "train": {
        "num_examples": 68673
      },
      "validation": {
        "num_examples": 6446
      },
      "test": {
        "num_examples": 4952
      }
    }
  }
}