js2552 commited on
Commit
46321ea
·
verified ·
1 Parent(s): 10c913d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ default: true
5
+ features:
6
+ - name: image
7
+ dtype: image
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': bruised
13
+ '1': cracked
14
+ '2': rotten
15
+ '3': spotted
16
+ '4': unaffected
17
+ '5': unripe
18
+ license: cc-by-4.0
19
+ task_categories:
20
+ - image-classification
21
+ size_categories:
22
+ - 1K<n<10K
23
+ ---
24
+
25
+ # African Plum Grading Classification
26
+
27
+ A dataset for grade classification of plums. The dataset contains 4,507 images across 6 classes: bruised, cracked, rotten, spotted, unaffected, unripe.
28
+ Images per class:
29
+ - bruised: 319
30
+ - cracked: 162
31
+ - rotten: 720
32
+ - spotted: 759
33
+ - unaffected: 1,721
34
+ - unripe: 826
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{fadja2025dataset,
42
+ title={A dataset of annotated African plum images from Cameroon for AI-based quality assessment},
43
+ author={Fadja, Arnaud Nguembang and Tagni, Armel Gabin Fameni and Che, Sain Rigobert and Atemkeng, Marcellin},
44
+ journal={Data in Brief},
45
+ volume={59},
46
+ pages={111351},
47
+ year={2025},
48
+ publisher={Elsevier}
49
+ }
50
+ ```
51
+
52
+ Arnaud Nguembang Fadja, and Armel Gabin Fameni Tagni. (2024). African Plums Dataset [Dataset]. Kaggle. https://doi.org/10.34740/KAGGLE/DSV/9694239