Datasets:
The dataset viewer is not available for this split.
Error code: TooBigContentError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Background
Leafy Spurge Dataset is a collection of top-down aerial images of grasslands in western Montana, USA. We surveyed a 150-hectare study area with a DJI Mavic 3M Drone from 50m above the ground surface and we assembled the images into a contiguous orthomosaic using Drone Deploy software. Many scenes in the study area contain a weed plant, leafy spurge (Euphorbia esula), which upsets the ecology of areas throughout North America. Botanists visited 1000 sites in the study area and gathered ground truth of leafy spurge presence/absence within 0.5 x 0.5 m plots. The position of these plots was referenced within the orthomosaic and these areas were cropped from the larger image. The resulting processed data are 1024 x 1024 pixel .tif files, though note the labelled areas correspond to the 39 x 39 pixel square (half-meter side length) found at the center of these crops. We include the context around the ground truth areas for experimental purposes. Our primary objective in serving these data is to invite the research community to develop classifiers that are effective early warning systems of spurge invasion at the highest spatial resolution possible.
Please refer to our data release paper on Arxiv for further details.
Data loading and pre-processing
As a Hugging Face dataset, you may load the Leafy Spurge training set as follows:
from datasets import load_dataset
ds = load_dataset('mpg-ranch/leafy_spurge', 'context', split='train')
ds['image'][405]
Suggested Citation
Please cite our dataset using the following BibTex entry:
@misc{doherty2024leafy,
title={Leafy Spurge Dataset: Real-world Weed Classification Within Aerial Drone Imagery},
author={
Kyle Doherty and
Max Gurinas and
Erik Samsoe and
Charles Casper and
Beau Larkin and
Philip Ramsey and
Brandon Trabucco and
Ruslan Salakhutdinov
},
year={2024},
eprint={2405.03702},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
- Downloads last month
- 376