js2552 commited on
Commit
088b61d
·
verified ·
1 Parent(s): c1ffaf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -25,4 +25,32 @@ configs:
25
  data_files:
26
  - split: train
27
  path: data/train-*
 
 
 
 
 
28
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  data_files:
26
  - split: train
27
  path: data/train-*
28
+ license: cc-by-4.0
29
+ task_categories:
30
+ - object-detection
31
+ size_categories:
32
+ - n<1K
33
  ---
34
+ # Maize Weed Detection
35
+
36
+ A dataset for detection of maize and weeds. The dataset contains 500 images with 5,764 bounding box annotations across 2 categories.
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{olaniyi2023development,
44
+ title={Development of maize plant dataset for intelligent recognition and weed control},
45
+ author={Olaniyi, Olayemi Mikail and Salaudeen, Muhammadu Tajudeen and Daniya, Emmanuel and Abdullahi, Ibrahim Mohammed and Folorunso, Taliha Abiodun and Bala, Jibril Abdullahi and Nuhu, Bello Kontagora and Adedigba, Adeyinka Peace and Oluwole, Blessing Israel and Bankole, Abdullah Oreoluwa and others},
46
+ journal={Data in Brief},
47
+ volume={47},
48
+ pages={109030},
49
+ year={2023},
50
+ publisher={Elsevier}
51
+ }
52
+ ```
53
+
54
+ Olaniyi, Olayemi; Salaudeen, Muhammadu; Daniya, Emmanuel; Mohammed Abdullahi, Ibrahim; Folorunso, Taliha Abiodun; Bala, Jibril; Bello Kontagora, Nuhu; Adedigba, Adeyinka; Oluwole, Blessing ; Macarthy, Odunayo; Bankole, Abdullah (2022), “Maize-Weed Image Dataset ”, Mendeley Data, V2, doi: 10.17632/jjbfcckrsp.2
55
+
56
+ *This dataset was reformatted from its original format to match HuggingFace standards.*