js2552 commited on
Commit
fd26a63
·
verified ·
1 Parent(s): 30e606d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -42,4 +42,42 @@ configs:
42
  - split: train
43
  path: raw/train-*
44
  default: true
 
 
 
 
 
45
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  - split: train
43
  path: raw/train-*
44
  default: true
45
+ license: cc-by-4.0
46
+ task_categories:
47
+ - image-classification
48
+ size_categories:
49
+ - 1K<n<10K
50
  ---
51
+ # Tomato Maturity Classification
52
+
53
+ A dataset for maturity classification of tomatoes. The dataset contains raw and augmented versions.
54
+ The raw dataset contains 1,000 images.
55
+ Images per class:
56
+ - Immature: 500
57
+ - Mature: 500
58
+
59
+ The augmented dataset contains 4,000 images.
60
+ Images per class:
61
+ - Immature: 2,000
62
+ - Mature: 2,000
63
+
64
+
65
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
66
+
67
+ ## Citation
68
+
69
+ ```bibtex
70
+ @article{khatun2023extensive,
71
+ title={An extensive real-world in field tomato image dataset involving maturity classification and recognition of fresh and defect tomatoes},
72
+ author={Khatun, Tania and Razzak, Abdur and Islam, Md Shofiul and Uddin, Mohammad Shorif},
73
+ journal={Data in Brief},
74
+ volume={51},
75
+ pages={109688},
76
+ year={2023},
77
+ publisher={Elsevier}
78
+ }
79
+ ```
80
+
81
+ Khatun, Tania; Razzak, Abdur ; Islam, Md. Shofiul ; Uddin, Prof. Dr. Mohammad Shorif (2023), “Tomato Maturity Detection and Quality Grading Dataset”, Mendeley Data, V1, doi: 10.17632/s42kpg8h37.1
82
+
83
+ *This dataset was reformatted from its original format to match HuggingFace standards.*