File size: 3,945 Bytes
1d84ead
5f157d6
 
1d84ead
5f157d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1d84ead
5f157d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
language:
- en
license: cc-by-4.0
task_categories:
- object-detection
pretty_name: Global Wheat Head
tags:
- agriculture
- biology
dataset_info:
  features:
  - name: image
    dtype: image
  - name: domain
    dtype: string
  - name: country
    dtype: string
  - name: location
    dtype: string
  - name: development_stage
    dtype: string
  - name: objects
    struct:
    - name: boxes
      sequence:
        sequence: int64
    - name: categories
      sequence: int64
  splits:
  - name: train
    num_bytes: 701105106.93
    num_examples: 3655
  - name: validation
    num_bytes: 264366740.324
    num_examples: 1476
  - name: test
    num_bytes: 301053063.17
    num_examples: 1381
  download_size: 1260938177
  dataset_size: 1266524910.424
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---


# Dataset Card for "Global Wheat Head Dataset 2021" 😊

If you want any update on the Global Wheat Dataset Community, go on https://www.global-wheat.com/

## Table of Contents
- [Dataset Description](#dataset-description)
- [Dataset Composition](#dataset-composition)
- [Usage](#usage)
- [Citation](#citation)
- [Acknowledgements](#acknowledgements)

## Dataset Description

- **Creators**: Etienne David and others
- **Published**: July 12, 2021 | Version 1.0
- **Availability**: [Zenodo Link](https://doi.org/10.5281/zenodo.5092309)
- **Keywords**: Deep Learning, Wheat Counting, Plant Phenotyping

### Introduction
Wheat is essential for a large part of humanity. The "Global Wheat Head Dataset 2021" aims to support the development of deep learning models for wheat head detection. This dataset addresses challenges like overlapping plants and varying conditions across global wheat fields. It's a step towards automating plant phenotyping and enhancing agricultural practices. 🌾

### Dataset Composition
- **Images**: Over 6000, Resolution - 1024x1024 pixels
- **Annotations**: 300k+ unique wheat heads with bounding boxes
- **Geographic Coverage**: Images from 11 countries
- **Domains**: Various, including sensor types and locations
- **Splits**: Training (Europe & Canada), Test (Other regions)

## Dataset Composition

### Files and Structure
- **Images**: Folder containing all images (`.png`)
- **CSV Files**: `competition_train.csv`, `competition_val.csv`, `competition_test.csv` for different dataset splits
- **Metadata**: `Metadata.csv` with additional details

### Labels
- **Format**: CSV with columns - image_name, BoxesString, domain
- **BoxesString**: `[x_min,y_min, x_max,y_max]` format for bounding boxes
- **Domain**: Specifies the image domain

## Usage

### Tutorials and Resources
- Tutorials available at [AIcrowd Challenge Page](https://www.aicrowd.com/challenges/global-wheat-challenge-2021)

### License
- **Type**: Creative Commons Attribution 4.0 International (cc-by-4.0)
- **Details**: Free to use with attribution

## Citation

If you use this dataset in your research, please cite the following:

```bibtex
@article{david2020global,
  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},
  author={David, Etienne and others},
  journal={Plant Phenomics},
  volume={2020},
  year={2020},
  publisher={Science Partner Journal}
}
@misc{david2021global,
  title={Global Wheat Head Dataset 2021: more diversity to improve the benchmarking of wheat head localization methods},
  author={Etienne David and others},
  year={2021},
  eprint={2105.07660},
  archivePrefix={arXiv},
  primaryClass={cs.CV}
}
```

## Acknowledgements

Special thanks to all the contributors, researchers, and institutions that played a pivotal role in the creation of this dataset. Your efforts are helping to advance the field of agricultural sciences and technology. 👏