DocCornerDataset / dataset_info.json
mapo80's picture
Upload folder using huggingface_hub
2f6d2d1 verified
{
"description": "Document Corner Detection Dataset - Best generalist training data from doc-scanner-dataset-rev-new with train_clean_iter3_plus_hard_full, val_clean_iter3, and test splits.",
"citation": "",
"homepage": "https://huggingface.co/datasets/mapo80/DocCornerDataset",
"license": "MIT",
"features": {
"image": {
"_type": "Image"
},
"filename": {
"dtype": "string",
"_type": "Value"
},
"is_negative": {
"dtype": "bool",
"_type": "Value"
},
"corner_tl_x": {
"dtype": "float32",
"_type": "Value"
},
"corner_tl_y": {
"dtype": "float32",
"_type": "Value"
},
"corner_tr_x": {
"dtype": "float32",
"_type": "Value"
},
"corner_tr_y": {
"dtype": "float32",
"_type": "Value"
},
"corner_br_x": {
"dtype": "float32",
"_type": "Value"
},
"corner_br_y": {
"dtype": "float32",
"_type": "Value"
},
"corner_bl_x": {
"dtype": "float32",
"_type": "Value"
},
"corner_bl_y": {
"dtype": "float32",
"_type": "Value"
}
},
"splits": {
"train": {
"name": "train",
"num_examples": 32968
},
"validation": {
"name": "validation",
"num_examples": 8645
},
"test": {
"name": "test",
"num_examples": 6652
}
},
"dataset_name": "DocCornerDataset-BestGeneralist",
"config_name": "default"
}