Datasets:
Upload dataset metadata (dataset_info.json)
Browse files- dataset_info.json +40 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default": {
|
| 3 |
+
"description": "EndoVis 2017 Endoscopic Instrument Segmentation dataset. "
|
| 4 |
+
"Contains training and validation splits stored as Parquet files. "
|
| 5 |
+
"Each sample includes image paths, annotations, and metadata "
|
| 6 |
+
"for surgical tool segmentation tasks.",
|
| 7 |
+
"citation": "@article{allan20192017, title={2017 Robotic Instrument Segmentation Challenge}, "
|
| 8 |
+
"author={Allan, Max and others}, journal={arXiv preprint arXiv:1902.06426}, year={2019}}",
|
| 9 |
+
"homepage": "https://huggingface.co/datasets/tyluan/Endovis2017",
|
| 10 |
+
"license": "cc-by-4.0",
|
| 11 |
+
"features": {
|
| 12 |
+
"image": {
|
| 13 |
+
"dtype": "string",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"label": {
|
| 17 |
+
"dtype": "string",
|
| 18 |
+
"_type": "Value"
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
"splits": {
|
| 22 |
+
"train": {
|
| 23 |
+
"name": "train",
|
| 24 |
+
"num_bytes": 0,
|
| 25 |
+
"num_examples": 0,
|
| 26 |
+
"dataset_name": "Endovis2017"
|
| 27 |
+
},
|
| 28 |
+
"val": {
|
| 29 |
+
"name": "val",
|
| 30 |
+
"num_bytes": 0,
|
| 31 |
+
"num_examples": 0,
|
| 32 |
+
"dataset_name": "Endovis2017"
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
"download_size": 0,
|
| 36 |
+
"dataset_size": 0,
|
| 37 |
+
"size_in_bytes": 0
|
| 38 |
+
}
|
| 39 |
+
}
|
| 40 |
+
|