js2552 commited on
Commit
f68ccc0
·
verified ·
1 Parent(s): 2c842ed

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': clustered
13
+ '1': single
14
+ '2': undefined
15
+ license: cc-by-4.0
16
+ task_categories:
17
+ - image-classification
18
+ size_categories:
19
+ - 1K<n<10K
20
+ ---
21
+
22
+ # Rice Seedling Classification
23
+
24
+ A dataset for image classification of Rice Seedlings. The dataset contains 5,364 images across 3 classes: clustered, single, undefined.
25
+ Images per class:
26
+ - clustered: 1,437
27
+ - single: 1,367
28
+ - undefined: 2,560
29
+
30
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
31
+
32
+ ## Citation
33
+
34
+ ```bibtex
35
+ @article{luu2024rigad,
36
+ title={RiGaD: An aerial dataset of rice seedlings for assessing germination rates and density},
37
+ author={Luu, Trong Hieu and Cao, Hoang-Long and Ngo, Quang Hieu and Nguyen, Thanh Tam and El Makrini, Ilias and Vanderborght, Bram},
38
+ journal={Data in Brief},
39
+ volume={57},
40
+ pages={111118},
41
+ year={2024},
42
+ publisher={Elsevier}
43
+ }
44
+ ```
45
+
46
+ Luu, T. H., Cao, H. L., Ngo, Q. H., Nguyen, T. T., El Makrini, I., & Vanderborght, B. (2024). RiGaD: An aerial dataset of rice seedlings for assessing germination rates and density. Zenodo. https://doi.org/10.5281/zenodo.11658969