Datasets:
Modalities:
Image
Languages:
English
Size:
10K<n<100K
Tags:
medical
ophthalmology
fundus-image
image-segmentation
image-classification
diabetic-retinopathy
License:
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -101,6 +101,7 @@ dataset = load_dataset("your-username/ddr-dataset")
|
|
| 101 |
example = dataset["train"][0]
|
| 102 |
image = example["image"]
|
| 103 |
mask = example["segmentation_mask"]
|
|
|
|
| 104 |
|
| 105 |
Citation
|
| 106 |
|
|
|
|
| 101 |
example = dataset["train"][0]
|
| 102 |
image = example["image"]
|
| 103 |
mask = example["segmentation_mask"]
|
| 104 |
+
```
|
| 105 |
|
| 106 |
Citation
|
| 107 |
|