Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,4 +16,33 @@ configs:
|
|
| 16 |
data_files:
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
data_files:
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
| 19 |
+
license: cc-by-4.0
|
| 20 |
+
task_categories:
|
| 21 |
+
- image-segmentation
|
| 22 |
+
size_categories:
|
| 23 |
+
- n<1K
|
| 24 |
---
|
| 25 |
+
# Merlot Mildew Segmentation
|
| 26 |
+
|
| 27 |
+
A dataset for segmentation of Merlot grapevines with mildew. The dataset contains 72 images with pixel-level mask annotations.
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 31 |
+
|
| 32 |
+
## Citation
|
| 33 |
+
|
| 34 |
+
```bibtex
|
| 35 |
+
@article{abdelghafour2021annotated,
|
| 36 |
+
title={An annotated image dataset of downy mildew symptoms on Merlot grape variety},
|
| 37 |
+
author={Abdelghafour, Florent and Keresztes, Barna and Deshayes, Aymeric and Germain, Christian and Da Costa, Jean-Pierre},
|
| 38 |
+
journal={Data in Brief},
|
| 39 |
+
volume={37},
|
| 40 |
+
pages={107250},
|
| 41 |
+
year={2021},
|
| 42 |
+
publisher={Elsevier}
|
| 43 |
+
}
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
abdelghafour, Florent; Keresztes, Barna ; Deshayes, Aymeric ; Germain, Christian ; Da Costa, Jean-Pierre (2021), “An annotated image dataset of downy mildew symptoms on Merlot grape variety”, Mendeley Data, V1, doi: 10.17632/yxf2yv5ymt.1
|
| 47 |
+
|
| 48 |
+
*This dataset was reformatted from its original format to match HuggingFace standards.*
|