Datasets:
docs: utils files and readme
Browse files- CITATION.cff +31 -0
- LICENSE +10 -0
- README.md +8 -0
- gwhd2021_set0.csv +0 -0
- gwhd2021_set0.yaml +6 -0
CITATION.cff
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
title: "Global Wheat Head Detection (GWHD) dataset"
|
| 3 |
+
authors:
|
| 4 |
+
- family-names: David
|
| 5 |
+
given-names: Etienne
|
| 6 |
+
- family-names: Madec
|
| 7 |
+
given-names: Simon
|
| 8 |
+
- family-names: Sadeghi-Tehran
|
| 9 |
+
given-names: Pouria
|
| 10 |
+
- family-names: Aasen
|
| 11 |
+
given-names: Helge
|
| 12 |
+
- family-names: Zheng
|
| 13 |
+
given-names: Bangyou
|
| 14 |
+
- family-names: Liu
|
| 15 |
+
given-names: Shouyang
|
| 16 |
+
- family-names: Kirchgessner
|
| 17 |
+
given-names: Norbert
|
| 18 |
+
- family-names: Ishikawa
|
| 19 |
+
given-names: Goro
|
| 20 |
+
- family-names: Nagasawa
|
| 21 |
+
given-names: Koichi
|
| 22 |
+
- family-names: Badhon
|
| 23 |
+
given-names: Minhajul A
|
| 24 |
+
- name: "and others"
|
| 25 |
+
year: 2020
|
| 26 |
+
version: "1.0"
|
| 27 |
+
doi: 10.5281/zenodo.5092309
|
| 28 |
+
license: CC-BY-4.0
|
| 29 |
+
type: dataset
|
| 30 |
+
url: https://doi.org/10.5281/zenodo.5092309
|
| 31 |
+
journal: Plant Phenomics
|
LICENSE
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Creative Commons Attribution 4.0 International
|
| 2 |
+
|
| 3 |
+
https://creativecommons.org/licenses/by/4.0/
|
| 4 |
+
|
| 5 |
+
You are free to:
|
| 6 |
+
- Share — copy and redistribute the material in any medium or format
|
| 7 |
+
- Adapt — remix, transform, and build upon the material for any purpose, even commercially.
|
| 8 |
+
|
| 9 |
+
Under the following terms:
|
| 10 |
+
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
|
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Global Wheat Head Detection (GWHD) dataset
|
| 2 |
+
|
| 3 |
+
Cite as:
|
| 4 |
+
|
| 5 |
+
> David, Etienne et al. (2020). 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. Plant Phenomics, 2020. Science Partner Journal.
|
| 6 |
+
> DOI: [10.5281/zenodo.5092309](https://doi.org/10.5281/zenodo.5092309)
|
| 7 |
+
|
| 8 |
+
License: [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
|
gwhd2021_set0.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
gwhd2021_set0.yaml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
nc: 1
|
| 2 |
+
train: ../dataset/gwhd_2021/gwhd2021_set0/train/images
|
| 3 |
+
val: ../dataset/gwhd_2021/gwhd2021_set0/val/images
|
| 4 |
+
test: ../dataset/gwhd_2021/gwhd2021_set0/test/images
|
| 5 |
+
|
| 6 |
+
names: ['wh']
|