Datasets:
Rewrite dataset card with proper PhenoBench attribution
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
annotations_creators:
|
|
|
|
| 3 |
language: en
|
| 4 |
license: cc-by-sa-4.0
|
| 5 |
size_categories:
|
|
@@ -7,13 +8,14 @@ size_categories:
|
|
| 7 |
task_categories:
|
| 8 |
- object-detection
|
| 9 |
- image-segmentation
|
| 10 |
-
task_ids:
|
| 11 |
-
|
|
|
|
|
|
|
| 12 |
tags:
|
| 13 |
- agriculture
|
| 14 |
- agtech
|
| 15 |
- crops
|
| 16 |
-
- demo
|
| 17 |
- drone
|
| 18 |
- fiftyone
|
| 19 |
- image
|
|
@@ -25,71 +27,45 @@ tags:
|
|
| 25 |
- sugar-beet
|
| 26 |
- uav
|
| 27 |
- weeds
|
| 28 |
-
description: 'PhenoBench is a large UAV image dataset for semantic image interpretation
|
| 29 |
-
in agriculture, focusing on sugar beet crops and weeds. Published in IEEE T-PAMI
|
| 30 |
-
2024. This release includes train/val/test splits with semantic segmentation masks
|
| 31 |
-
(background, crop, weed, partial-crop, partial-weed), plant and leaf instance segmentation,
|
| 32 |
-
and plant/leaf visibility heatmaps. Source: https://www.phenobench.org/'
|
| 33 |
-
dataset_summary: '
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 2179 samples.
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
## Installation
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
If you haven''t already, install FiftyOne:
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
```bash
|
| 48 |
-
|
| 49 |
-
pip install -U fiftyone
|
| 50 |
-
|
| 51 |
-
```
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
## Usage
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
```python
|
| 58 |
-
|
| 59 |
-
import fiftyone as fo
|
| 60 |
-
|
| 61 |
-
from fiftyone.utils.huggingface import load_from_hub
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
# Load the dataset
|
| 65 |
-
|
| 66 |
-
# Note: other available arguments include ''max_samples'', etc
|
| 67 |
-
|
| 68 |
-
dataset = load_from_hub("mgustineli/PhenoBench")
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
# Launch the App
|
| 72 |
-
|
| 73 |
-
session = fo.launch_app(dataset)
|
| 74 |
-
|
| 75 |
-
```
|
| 76 |
-
|
| 77 |
-
'
|
| 78 |
---
|
| 79 |
|
| 80 |
-
# Dataset Card for PhenoBench
|
| 81 |
|
| 82 |
-
|
| 83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
|
|
|
|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
|
|
|
|
|
|
|
| 87 |
|
| 88 |
-
|
| 89 |
|
| 90 |
-
|
| 91 |
|
| 92 |
-
|
| 93 |
|
| 94 |
```bash
|
| 95 |
pip install -U fiftyone
|
|
@@ -102,142 +78,24 @@ import fiftyone as fo
|
|
| 102 |
from fiftyone.utils.huggingface import load_from_hub
|
| 103 |
|
| 104 |
# Load the dataset
|
| 105 |
-
|
| 106 |
-
dataset = load_from_hub("mgustineli/PhenoBench")
|
| 107 |
|
| 108 |
-
# Launch the App
|
| 109 |
session = fo.launch_app(dataset)
|
| 110 |
```
|
| 111 |
|
|
|
|
| 112 |
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
### Dataset Description
|
| 116 |
-
|
| 117 |
-
<!-- Provide a longer summary of what this dataset is. -->
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
- **Curated by:** [More Information Needed]
|
| 122 |
-
- **Funded by [optional]:** [More Information Needed]
|
| 123 |
-
- **Shared by [optional]:** [More Information Needed]
|
| 124 |
-
- **Language(s) (NLP):** en
|
| 125 |
-
- **License:** cc-by-sa-4.0
|
| 126 |
-
|
| 127 |
-
### Dataset Sources [optional]
|
| 128 |
-
|
| 129 |
-
<!-- Provide the basic links for the dataset. -->
|
| 130 |
-
|
| 131 |
-
- **Repository:** [More Information Needed]
|
| 132 |
-
- **Paper [optional]:** [More Information Needed]
|
| 133 |
-
- **Demo [optional]:** [More Information Needed]
|
| 134 |
-
|
| 135 |
-
## Uses
|
| 136 |
-
|
| 137 |
-
<!-- Address questions around how the dataset is intended to be used. -->
|
| 138 |
-
|
| 139 |
-
### Direct Use
|
| 140 |
-
|
| 141 |
-
<!-- This section describes suitable use cases for the dataset. -->
|
| 142 |
-
|
| 143 |
-
[More Information Needed]
|
| 144 |
-
|
| 145 |
-
### Out-of-Scope Use
|
| 146 |
-
|
| 147 |
-
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
| 148 |
-
|
| 149 |
-
[More Information Needed]
|
| 150 |
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
### Curation Rationale
|
| 160 |
-
|
| 161 |
-
<!-- Motivation for the creation of this dataset. -->
|
| 162 |
-
|
| 163 |
-
[More Information Needed]
|
| 164 |
-
|
| 165 |
-
### Source Data
|
| 166 |
-
|
| 167 |
-
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
| 168 |
-
|
| 169 |
-
#### Data Collection and Processing
|
| 170 |
-
|
| 171 |
-
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
| 172 |
-
|
| 173 |
-
[More Information Needed]
|
| 174 |
-
|
| 175 |
-
#### Who are the source data producers?
|
| 176 |
-
|
| 177 |
-
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
|
| 178 |
-
|
| 179 |
-
[More Information Needed]
|
| 180 |
-
|
| 181 |
-
### Annotations [optional]
|
| 182 |
-
|
| 183 |
-
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
|
| 184 |
-
|
| 185 |
-
#### Annotation process
|
| 186 |
-
|
| 187 |
-
<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
|
| 188 |
-
|
| 189 |
-
[More Information Needed]
|
| 190 |
-
|
| 191 |
-
#### Who are the annotators?
|
| 192 |
-
|
| 193 |
-
<!-- This section describes the people or systems who created the annotations. -->
|
| 194 |
-
|
| 195 |
-
[More Information Needed]
|
| 196 |
-
|
| 197 |
-
#### Personal and Sensitive Information
|
| 198 |
-
|
| 199 |
-
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
|
| 200 |
-
|
| 201 |
-
[More Information Needed]
|
| 202 |
-
|
| 203 |
-
## Bias, Risks, and Limitations
|
| 204 |
-
|
| 205 |
-
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 206 |
-
|
| 207 |
-
[More Information Needed]
|
| 208 |
-
|
| 209 |
-
### Recommendations
|
| 210 |
-
|
| 211 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 212 |
-
|
| 213 |
-
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
| 214 |
-
|
| 215 |
-
## Citation [optional]
|
| 216 |
-
|
| 217 |
-
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 218 |
-
|
| 219 |
-
**BibTeX:**
|
| 220 |
-
|
| 221 |
-
[More Information Needed]
|
| 222 |
-
|
| 223 |
-
**APA:**
|
| 224 |
-
|
| 225 |
-
[More Information Needed]
|
| 226 |
-
|
| 227 |
-
## Glossary [optional]
|
| 228 |
-
|
| 229 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
| 230 |
-
|
| 231 |
-
[More Information Needed]
|
| 232 |
-
|
| 233 |
-
## More Information [optional]
|
| 234 |
-
|
| 235 |
-
[More Information Needed]
|
| 236 |
-
|
| 237 |
-
## Dataset Card Authors [optional]
|
| 238 |
-
|
| 239 |
-
[More Information Needed]
|
| 240 |
-
|
| 241 |
-
## Dataset Card Contact
|
| 242 |
|
| 243 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- expert-generated
|
| 4 |
language: en
|
| 5 |
license: cc-by-sa-4.0
|
| 6 |
size_categories:
|
|
|
|
| 8 |
task_categories:
|
| 9 |
- object-detection
|
| 10 |
- image-segmentation
|
| 11 |
+
task_ids:
|
| 12 |
+
- semantic-segmentation
|
| 13 |
+
- instance-segmentation
|
| 14 |
+
pretty_name: PhenoBench
|
| 15 |
tags:
|
| 16 |
- agriculture
|
| 17 |
- agtech
|
| 18 |
- crops
|
|
|
|
| 19 |
- drone
|
| 20 |
- fiftyone
|
| 21 |
- image
|
|
|
|
| 27 |
- sugar-beet
|
| 28 |
- uav
|
| 29 |
- weeds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
---
|
| 31 |
|
| 32 |
+
# Dataset Card for PhenoBench
|
| 33 |
|
| 34 |
+
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 2,179 samples.
|
| 35 |
|
| 36 |
+
The images and original annotations are from [PhenoBench](https://www.phenobench.org/),
|
| 37 |
+
a large UAV image dataset for semantic image interpretation in the agricultural
|
| 38 |
+
domain (sugar beet crops and weeds), introduced by Weyler et al. in *PhenoBench
|
| 39 |
+
— A Large Dataset and Benchmarks for Semantic Image Interpretation in the
|
| 40 |
+
Agricultural Domain* (IEEE TPAMI, 2024). This release packages a subset of
|
| 41 |
+
PhenoBench as a FiftyOne dataset and adds object-detection predictions and
|
| 42 |
+
embeddings produced by Voxel51.
|
| 43 |
|
| 44 |
+
## What's in this dataset
|
| 45 |
|
| 46 |
+
- **2,179 samples** (train: 1,407 / val: 386 / test: 386), each a 1024×1024 RGB
|
| 47 |
+
UAV image of a sugar beet field
|
| 48 |
+
- **Original PhenoBench annotations** (from phenobench.org):
|
| 49 |
+
- `semantics` — semantic segmentation: background, crop, weed, partial-crop,
|
| 50 |
+
partial-weed
|
| 51 |
+
- `plant_instances` — per-plant instance segmentation
|
| 52 |
+
- `leaf_instances` — per-leaf instance segmentation
|
| 53 |
+
- `plant_visibility`, `leaf_visibility` — visibility heatmaps
|
| 54 |
+
- **Voxel51-added detections and embeddings**:
|
| 55 |
+
- `yolo11n`, `yolo11l` — YOLO11 (nano and large) object detection predictions
|
| 56 |
+
for plants, with per-detection true-positive / false-positive /
|
| 57 |
+
false-negative matches against the ground-truth instance masks
|
| 58 |
+
- Brain runs in `brain/`: CLIP and DINOv2 embeddings + similarity indexes for
|
| 59 |
+
sample-level and patch-level visual search
|
| 60 |
|
| 61 |
+
For the full original PhenoBench dataset (train/val/test = 1,407 / 772 / 693)
|
| 62 |
+
and the canonical annotation specification, see [phenobench.org](https://www.phenobench.org/).
|
| 63 |
|
| 64 |
+
## License
|
| 65 |
|
| 66 |
+
CC BY-SA 4.0, inherited from the upstream PhenoBench release.
|
| 67 |
|
| 68 |
+
## Installation
|
| 69 |
|
| 70 |
```bash
|
| 71 |
pip install -U fiftyone
|
|
|
|
| 78 |
from fiftyone.utils.huggingface import load_from_hub
|
| 79 |
|
| 80 |
# Load the dataset
|
| 81 |
+
dataset = load_from_hub("Voxel51/PhenoBench")
|
|
|
|
| 82 |
|
| 83 |
+
# Launch the FiftyOne App
|
| 84 |
session = fo.launch_app(dataset)
|
| 85 |
```
|
| 86 |
|
| 87 |
+
## Citation
|
| 88 |
|
| 89 |
+
If you use this dataset, please cite the original PhenoBench paper:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
|
| 91 |
+
```bibtex
|
| 92 |
+
@article{weyler2024phenobench,
|
| 93 |
+
title={PhenoBench: A Large Dataset and Benchmarks for Semantic Image Interpretation in the Agricultural Domain},
|
| 94 |
+
author={Weyler, Jan and Magistri, Federico and Marks, Elias and Chong, Yue Linn and Sodano, Matteo and Roggiolani, Gianmarco and Chebrolu, Nived and Stachniss, Cyrill and Behley, Jens},
|
| 95 |
+
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
|
| 96 |
+
year={2024}
|
| 97 |
+
}
|
| 98 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
|
| 100 |
+
Please refer to [phenobench.org](https://www.phenobench.org/) for the
|
| 101 |
+
authoritative citation and licensing terms.
|