Datasets:

Modalities:
Image
Text
Languages:
English
DOI:
Libraries:
Datasets
License:
kdoherty commited on
Commit
fcc7705
·
verified ·
1 Parent(s): b80c65a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -83,6 +83,7 @@ This dataset comprises 1.3 cm resolution aerial images of grasslands in western
83
  Please visit out
84
  # Data loading and pre-processing
85
 
 
86
  #datasets module documentation at:
87
  #https://huggingface.co/docs/datasets/en/quickstart
88
  from datasets import load_dataset
@@ -110,21 +111,18 @@ print("Metadata for the first observation:")
110
  for key, value in metadata.items():
111
  print(f"{key}: {value}")
112
  ```
113
- <img src="https://huggingface.co/datasets/mpg-ranch/leafy_spurge/resolve/main/data/crop/train/present/0_0.tif" width="39px" height="39px">
114
 
115
  # Suggested Citation
116
 
117
- Please cite our dataset using the following BibTex entry:
118
 
119
  ```bibtex
120
- @misc{huggingface2025leafyspurge,
121
- title = {Leafy Spurge Dataset},
122
- author = {{Doherty, Kyle} and {Gurinas, Max} and {Samsoe, Erik} and {Casper, Charles} and {Larkin, Beau} and {Ramsey, Philip} and {Trabucco, Brandon} and {Salakhutdinov, Ruslan}},
 
123
  year = {2025},
124
- howpublished = {\url{https://huggingface.co/datasets/kylewdoherty/leafy-spurge}},
125
- doi = {10.57967/hf/2508},
126
  }
127
  ```
128
 
129
- Note:
130
- This dataset accompanies our manuscript entitled “Ground-truthed and high-resolution drone images of the leafy spurge weed plant (\textit{Euphorbia esula})”, which has been provisionally accepted (pending minor revisions) at Scientific Data. Upon final publication, we will update this citation to reflect the journal-assigned DOI.
 
83
  Please visit out
84
  # Data loading and pre-processing
85
 
86
+ ```python
87
  #datasets module documentation at:
88
  #https://huggingface.co/docs/datasets/en/quickstart
89
  from datasets import load_dataset
 
111
  for key, value in metadata.items():
112
  print(f"{key}: {value}")
113
  ```
 
114
 
115
  # Suggested Citation
116
 
117
+ This dataset accompanies our manuscript entitled “Ground-truthed and high-resolution drone images of the leafy spurge weed plant (*Euphorbia esula*)”, which has been provisionally accepted (pending minor revisions) at Scientific Data. Upon final publication, we will update this citation to reflect the journal-assigned DOI.
118
 
119
  ```bibtex
120
+ @article{doherty2025leafyspurge,
121
+ title = {Ground-truthed and high-resolution drone images of the leafy spurge weed plant (Euphorbia esula)},
122
+ author = {Doherty, Kyle and Gurinas, Max and Samsoe, Erik and Casper, Charles and Larkin, Beau and Ramsey, Philip and Trabucco, Brandon and Salakhutdinov, Ruslan},
123
+ journal = {Scientific Data},
124
  year = {2025},
125
+ doi = {10.57967/hf/2508}
 
126
  }
127
  ```
128