js2552 commited on
Commit
82be577
·
verified ·
1 Parent(s): a68ebe4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -23,4 +23,38 @@ configs:
23
  data_files:
24
  - split: train
25
  path: data/train-*
 
 
 
 
 
26
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  data_files:
24
  - split: train
25
  path: data/train-*
26
+ license: cc-by-4.0
27
+ task_categories:
28
+ - image-classification
29
+ size_categories:
30
+ - 1K<n<10K
31
  ---
32
+ # Soybean Damage Classification
33
+
34
+ A dataset for damage classification of soybean seeds. The dataset contains 5,513 images across 5 classes: Broken, Immature, Intact, Skin-damaged, Spotted.
35
+ Images per class:
36
+ - Broken: 1,002
37
+ - Immature: 1,125
38
+ - Intact: 1,201
39
+ - Skin-damaged: 1,127
40
+ - Spotted: 1,058
41
+
42
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
43
+
44
+ ## Citation
45
+
46
+ ```bibtex
47
+ @article{lin2023soybean,
48
+ title={Soybean image dataset for classification},
49
+ author={Lin, Wei and Fu, Youhao and Xu, Peiquan and Liu, Shuo and Ma, Daoyi and Jiang, Zitian and Zang, Siyang and Yao, Heyang and Su, Qin},
50
+ journal={Data in Brief},
51
+ volume={48},
52
+ pages={109300},
53
+ year={2023},
54
+ publisher={Elsevier}
55
+ }
56
+ ```
57
+
58
+ Lin, Wei; Fu, Youhao; Xu, Peiquan; Liu, Shuo; Ma, Daoyi; Jiang, Zitian; zang, siyang; Yao, Heyang; Su, Qin (2023), “Soybean Seeds”, Mendeley Data, V6, doi: 10.17632/v6vzvfszj6.6
59
+
60
+ *This dataset was reformatted from its original format to match HuggingFace standards.*