js2552 commited on
Commit
9566540
·
verified ·
1 Parent(s): 6800895

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -21,4 +21,36 @@ configs:
21
  data_files:
22
  - split: train
23
  path: data/train-*
 
 
 
 
 
24
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  data_files:
22
  - split: train
23
  path: data/train-*
24
+ license: cc-by-4.0
25
+ task_categories:
26
+ - image-classification
27
+ size_categories:
28
+ - 1K<n<10K
29
  ---
30
+ # Maize Nitrogen Deficiency Classification
31
+
32
+ A dataset for image classification of Maize leaves with varying levels of nitrogen deficiency. The dataset contains 1,200 images across 3 classes: 0, 75, 136.
33
+ Images per class:
34
+ - 0: 400
35
+ - 75: 400
36
+ - 136: 400
37
+
38
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
39
+
40
+ ## Citation
41
+
42
+ ```bibtex
43
+ @article{salai2023nitrogen,
44
+ title={Nitrogen deficiency in maize: Annotated image classification dataset},
45
+ author={Salaić, Miroslav and Novoselnik, Filip and Žarko, Ivana Podnar and Galić, Vlatko},
46
+ journal={Data in Brief},
47
+ volume={50},
48
+ pages={109625},
49
+ year={2023},
50
+ publisher={Elsevier}
51
+ }
52
+ ```
53
+
54
+ Galic, Vlatko; Podnar Zarko, Ivana; Novoselnik, Filip; Salaic, Miroslav (2023), “Nitrogen deficiency in maize: annotated image classification dataset”, Mendeley Data, V1, doi: 10.17632/g7xnn2bm4g.1
55
+
56
+ *This dataset was reformatted from its original format to match HuggingFace standards.*