js2552 commited on
Commit
b384260
·
verified ·
1 Parent(s): cebe15b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -24,4 +24,27 @@ configs:
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
 
 
 
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ license: cc-by-sa-4.0
28
+ task_categories:
29
+ - object-detection
30
+ size_categories:
31
+ - 1K<n<10K
32
  ---
33
+ # Wheat Head Counting
34
+
35
+ A dataset for object detection of Wheat Head Counting. The dataset contains 6,512 images with 275,466 bounding box annotations across 1 category.
36
+
37
+ This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
38
+
39
+ ## Citation
40
+
41
+ ```bibtex
42
+ @article{david2020global,
43
+ title={Global Wheat Head Detection (GWHD) dataset: a large and diverse dataset of high-resolution RGB-labelled images to develop and benchmark wheat head detection methods},\
44
+ author={David, Etienne and Madec, Simon and Sadeghi-Tehran, Pouria and Aasen, Helge and Zheng, Bangyou and Liu, Shouyang and Kirchgessner, Norbert and Ishikawa, Goro and Nagasawa, Koichi and Badhon, Minhajul A and others},
45
+ journal={Plant Phenomics},
46
+ volume={2020},
47
+ year={2020},
48
+ publisher={Science Partner Journal}
49
+ }
50
+ ```