Datasets:
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
document-detection
corner-detection
perspective-correction
document-scanner
keypoint-regression
License:
File size: 1,457 Bytes
2f6d2d1 |
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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
{
"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"
} |