doclaynet-6class / dataset_infos.json
kbang2021's picture
Upload DocLayNet 6-class filtered dataset
4703981 verified
{
"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
}
}
}
}