js2552 commited on
Commit
1e3f484
·
verified ·
1 Parent(s): 3440ad0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -31,4 +31,40 @@ configs:
31
  data_files:
32
  - split: train
33
  path: data/train-*
 
 
 
 
 
34
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  data_files:
32
  - split: train
33
  path: data/train-*
34
+ license: cc-by-4.0
35
+ task_categories:
36
+ - image-classification
37
+ size_categories:
38
+ - 1K<n<10K
39
  ---
40
+ # Guava Damage Classification
41
+
42
+ A dataset for image classification of various types of guava damage. The dataset contains 3,959 rgb and thermal images across 7 classes: 15cm_drop, 30cm_drop, 45cm_drop, chilling_injured, diseased, healthy, mixed_drop.
43
+ Images per class:
44
+ - 15cm_drop: 887
45
+ - 30cm_drop: 832
46
+ - 45cm_drop: 1,078
47
+ - chilling_injured: 32
48
+ - diseased: 395
49
+ - healthy: 588
50
+ - mixed_drop: 147
51
+
52
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
53
+
54
+ ## Citation
55
+
56
+ ```bibtex
57
+ @article{pathmanaban2023comprehensive,
58
+ title={Comprehensive guava fruit data set: Digital and thermal images for analysis and classification},
59
+ author={Pathmanaban, P. and Gnanavel, B.K. and Anandan, Shanmuga Sundaram},
60
+ journal={Data in Brief},
61
+ volume={50},
62
+ pages={109486},
63
+ year={2023},
64
+ publisher={Elsevier}
65
+ }
66
+ ```
67
+
68
+ P, PATHMANABAN; B K, GNANAVEL; Anandan, Shanmuga Sundaram (2023), “Guava (Psidium guajava) fruit digital and thermal Images”, Mendeley Data, V1, doi: 10.17632/5kptnn7ycr.1
69
+
70
+ *This dataset was reformatted from its original format to match HuggingFace standards.*