Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Formats:
parquet
Sub-tasks:
semantic-segmentation
Size:
< 1K
Commit
·
fbc23c0
1
Parent(s):
64687be
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +37 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"SerdarHelli--SegmentationOfTeethPanoramicXRayImages": {
|
| 2 |
+
"description": "",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"homepage": "",
|
| 5 |
+
"license": "",
|
| 6 |
+
"features": {
|
| 7 |
+
"image": {
|
| 8 |
+
"decode": true,
|
| 9 |
+
"id": null,
|
| 10 |
+
"_type": "Image"
|
| 11 |
+
},
|
| 12 |
+
"label": {
|
| 13 |
+
"decode": true,
|
| 14 |
+
"id": null,
|
| 15 |
+
"_type": "Image"
|
| 16 |
+
}
|
| 17 |
+
},
|
| 18 |
+
"post_processed": null,
|
| 19 |
+
"supervised_keys": null,
|
| 20 |
+
"task_templates": null,
|
| 21 |
+
"builder_name": null,
|
| 22 |
+
"config_name": null,
|
| 23 |
+
"version": null,
|
| 24 |
+
"splits": {
|
| 25 |
+
"train": {
|
| 26 |
+
"name": "train",
|
| 27 |
+
"num_bytes": 30088136.0,
|
| 28 |
+
"num_examples": 116,
|
| 29 |
+
"dataset_name": "SegmentationOfTeethPanoramicXRayImages"
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
+
"download_checksums": null,
|
| 33 |
+
"download_size": 26379064,
|
| 34 |
+
"post_processing_size": null,
|
| 35 |
+
"dataset_size": 30088136.0,
|
| 36 |
+
"size_in_bytes": 56467200.0
|
| 37 |
+
}}
|