js2552 commited on
Commit
6adb729
·
verified ·
1 Parent(s): ba21f0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -20,4 +20,35 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ license: cc-by-4.0
24
+ task_categories:
25
+ - image-classification
26
+ size_categories:
27
+ - 1K<n<10K
28
  ---
29
+ # Grapevine Esca Classification
30
+
31
+ A dataset for disease classification of grapevine leaves. The dataset contains 1,770 images across 2 classes: esca, healthy.
32
+ Images per class:
33
+ - esca: 888
34
+ - healthy: 882
35
+
36
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
37
+
38
+ ## Citation
39
+
40
+ ```bibtex
41
+ @article{alessandrini2021grapevine,
42
+ title={A grapevine leaves dataset for early detection and classification of esca disease in vineyards through machine learning},
43
+ author={Alessandrini, M and Rivera, R Calero Fuentes and Falaschetti, L and Pau, D and Tomaselli, V and Turchetti, C},
44
+ journal={Data in Brief},
45
+ volume={35},
46
+ pages={106809},
47
+ year={2021},
48
+ publisher={Elsevier}
49
+ }
50
+ ```
51
+
52
+ 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
53
+
54
+ *This dataset was reformatted from its original format to match HuggingFace standards.*