File size: 1,479 Bytes
ba21f0b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6adb729
 
 
 
 
ba21f0b
6adb729
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': esca
          '1': healthy
  splits:
  - name: train
    num_bytes: 1078870058
    num_examples: 1770
  download_size: 943817178
  dataset_size: 1078870058
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc-by-4.0
task_categories:
- image-classification
size_categories:
- 1K<n<10K
---
# Grapevine Esca Classification

A dataset for disease classification of grapevine leaves. The dataset contains 1,770 images across 2 classes: esca, healthy.  
Images per class:
- esca: 888
- healthy: 882

This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.

## Citation

```bibtex
@article{alessandrini2021grapevine,
  title={A grapevine leaves dataset for early detection and classification of esca disease in vineyards through machine learning},
  author={Alessandrini, M and Rivera, R Calero Fuentes and Falaschetti, L and Pau, D and Tomaselli, V and Turchetti, C},
  journal={Data in Brief},
  volume={35},
  pages={106809},
  year={2021},
  publisher={Elsevier}
}
```

Alessandrini, Michele; Calero Fuentes Rivera, Romel ; Falaschetti, Laura; Pau, Danilo; Tomaselli, Valeria; Turchetti, Claudio (2021), “ESCA-dataset”, Mendeley Data, V1, doi: 10.17632/89cnxc58kj.1

*This dataset was reformatted from its original format to match HuggingFace standards.*