Datasets:
Tasks:
Object Detection
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
DOI:
License:
NickRothbacher
commited on
Commit
•
17d27fc
1
Parent(s):
61bf7eb
add all data and update readme
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .DS_Store +0 -0
- README.md +44 -0
- elpc_responses_clean.csv +0 -0
- elpc_responses_raw.csv +0 -0
- images/detection_10013.jpeg +0 -0
- images/detection_10014.jpeg +0 -0
- images/detection_10015.jpeg +0 -0
- images/detection_10016.jpeg +0 -0
- images/detection_10020.jpeg +0 -0
- images/detection_10047.jpeg +0 -0
- images/detection_10051.jpeg +0 -0
- images/detection_10057.jpeg +0 -0
- images/detection_10058.jpeg +0 -0
- images/detection_10067.jpeg +0 -0
- images/detection_10072.jpeg +0 -0
- images/detection_10092.jpeg +0 -0
- images/detection_10097.jpeg +0 -0
- images/detection_10136.jpeg +0 -0
- images/detection_10139.jpeg +0 -0
- images/detection_10140.jpeg +0 -0
- images/detection_10169.jpeg +0 -0
- images/detection_10172.jpeg +0 -0
- images/detection_10176.jpeg +0 -0
- images/detection_10179.jpeg +0 -0
- images/detection_10191.jpeg +0 -0
- images/detection_10192.jpeg +0 -0
- images/detection_102.jpeg +0 -0
- images/detection_10259.jpeg +0 -0
- images/detection_10263.jpeg +0 -0
- images/detection_10270.jpeg +0 -0
- images/detection_10281.jpeg +0 -0
- images/detection_10282.jpeg +0 -0
- images/detection_10293.jpeg +0 -0
- images/detection_10304.jpeg +0 -0
- images/detection_10312.jpeg +0 -0
- images/detection_10313.jpeg +0 -0
- images/detection_10332.jpeg +0 -0
- images/detection_10349.jpeg +0 -0
- images/detection_10350.jpeg +0 -0
- images/detection_10366.jpeg +0 -0
- images/detection_10371.jpeg +0 -0
- images/detection_10379.jpeg +0 -0
- images/detection_10380.jpeg +0 -0
- images/detection_10395.jpeg +0 -0
- images/detection_10397.jpeg +0 -0
- images/detection_10406.jpeg +0 -0
- images/detection_10410.jpeg +0 -0
- images/detection_10412.jpeg +0 -0
- images/detection_10433.jpeg +0 -0
- images/detection_10449.jpeg +0 -0
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
README.md
CHANGED
@@ -1,3 +1,47 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- object-detection
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- agriculture
|
9 |
+
- environment
|
10 |
+
size_categories:
|
11 |
+
- 1K<n<10K
|
12 |
---
|
13 |
+
|
14 |
+
# Land application field trial data
|
15 |
+
|
16 |
+
### Intro
|
17 |
+
This dataset is a repository of results from our Land Application Detection Model trial with two organizations.
|
18 |
+
Land application is the process of disposing of agricultural animal waste by spraying it onto fields. [We developed a model](https://github.com/reglab/land-application-detection?tab=readme-ov-file) to detect these practices.
|
19 |
+
This dataset represents the results of a real world trial to verify and label these detected spreads.
|
20 |
+
|
21 |
+
### Data description
|
22 |
+
#### Structured data
|
23 |
+
- sent_to_wdnr.csv
|
24 |
+
- Each row is a detected spread that we forwarded to our partners at WDNR
|
25 |
+
- sent_to_elpc.csv
|
26 |
+
- Each row is a detected spread that we forwarded to our partners at ELPC
|
27 |
+
- wdnr_responses.csv
|
28 |
+
- Each row is a response to a detection from sent_to_wdnr.csv which contains a preliminary determination by WDNR staff as to whether the image looks like a spread and if it was determined to be likely spreading, the results of an investigation into said spread.
|
29 |
+
- elpc_responses_raw.csv
|
30 |
+
- Each row is a response to a detection from sent_to_elpc.csv which is the results of the ELPC investigation into that detection through the use of citizen volunteers verifiying in person.
|
31 |
+
- elpc_responses_clean.csv
|
32 |
+
- Same as the raw file but with corrected detection ids to deal with a data entry error.
|
33 |
+
#### Image data
|
34 |
+
- images/
|
35 |
+
- This directory contains .jpeg images of satellite data fed into the model that were sent to either of the partners. Images were captured by [Planet](https://www.planet.com/) using the PlanetScope sensor, visual spectrum 3m images.
|
36 |
+
|
37 |
+
|
38 |
+
## Citation
|
39 |
+
|
40 |
+
`@misc {stanford_regulation,_evaluation,_and_governance_lab_2024,
|
41 |
+
author = { {Stanford Regulation, Evaluation, and Governance Lab} },
|
42 |
+
title = { land-app-trial (Revision b3d0e11) },
|
43 |
+
year = 2024,
|
44 |
+
url = { https://huggingface.co/datasets/reglab/land-app-trial },
|
45 |
+
doi = { 10.57967/hf/1733 },
|
46 |
+
publisher = { Hugging Face }
|
47 |
+
}`
|
elpc_responses_clean.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
elpc_responses_raw.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
images/detection_10013.jpeg
ADDED
images/detection_10014.jpeg
ADDED
images/detection_10015.jpeg
ADDED
images/detection_10016.jpeg
ADDED
images/detection_10020.jpeg
ADDED
images/detection_10047.jpeg
ADDED
images/detection_10051.jpeg
ADDED
images/detection_10057.jpeg
ADDED
images/detection_10058.jpeg
ADDED
images/detection_10067.jpeg
ADDED
images/detection_10072.jpeg
ADDED
images/detection_10092.jpeg
ADDED
images/detection_10097.jpeg
ADDED
images/detection_10136.jpeg
ADDED
images/detection_10139.jpeg
ADDED
images/detection_10140.jpeg
ADDED
images/detection_10169.jpeg
ADDED
images/detection_10172.jpeg
ADDED
images/detection_10176.jpeg
ADDED
images/detection_10179.jpeg
ADDED
images/detection_10191.jpeg
ADDED
images/detection_10192.jpeg
ADDED
images/detection_102.jpeg
ADDED
images/detection_10259.jpeg
ADDED
images/detection_10263.jpeg
ADDED
images/detection_10270.jpeg
ADDED
images/detection_10281.jpeg
ADDED
images/detection_10282.jpeg
ADDED
images/detection_10293.jpeg
ADDED
images/detection_10304.jpeg
ADDED
images/detection_10312.jpeg
ADDED
images/detection_10313.jpeg
ADDED
images/detection_10332.jpeg
ADDED
images/detection_10349.jpeg
ADDED
images/detection_10350.jpeg
ADDED
images/detection_10366.jpeg
ADDED
images/detection_10371.jpeg
ADDED
images/detection_10379.jpeg
ADDED
images/detection_10380.jpeg
ADDED
images/detection_10395.jpeg
ADDED
images/detection_10397.jpeg
ADDED
images/detection_10406.jpeg
ADDED
images/detection_10410.jpeg
ADDED
images/detection_10412.jpeg
ADDED
images/detection_10433.jpeg
ADDED
images/detection_10449.jpeg
ADDED