allyomalleycat commited on
Commit
f9767e1
·
1 Parent(s): 25f1905

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +117 -3
README.md CHANGED
@@ -1,3 +1,117 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ language:
4
+ - en
5
+ pretty_name: The Wilds Drones
6
+ task_categories:
7
+ - audio-classification
8
+ tags:
9
+ - biology
10
+ - audio
11
+ - animals
12
+ - conservation
13
+ - bioacoustics
14
+ size_categories:
15
+ - 1K<n<10K
16
+ ---
17
+ # Dataset Card for The Wilds Drones
18
+
19
+ This dataset contains drone mission data collected at The Wilds safari park in Ohio during Summer 2025.
20
+ Manual drone flights captured video footage of specific sites at The Wilds to support ecological monitoring, animal behavior analysis, and object detection modeling.
21
+
22
+ ## Dataset Details
23
+
24
+ ### Dataset Description
25
+
26
+ - **Curated by:** Imageomics Institute, Ohio State University
27
+ - **Language(s):** N/A
28
+ - **Homepage:** https://imageomics.org
29
+ - **Repository:** https://github.com/Imageomics/naturelab
30
+ - **Paper:** [More Information Needed]
31
+
32
+ This dataset was created to support multimodal wildlife monitoring research. Bioacoustic data were collected using Wildlife Acoustics Song Meter Mini recorders deployed across multiple field sites. Files are organized by device and deployment window.
33
+
34
+ ### Supported Tasks and Leaderboards
35
+
36
+ [No benchmarks currently available]
37
+
38
+ ## Dataset Structure
39
+
40
+ ### Data Instances
41
+
42
+ Each .MP4 file is a field recording in format. File names follow a consistent timestamped naming scheme. Metadata are stored alongside each recorder folder in Markdown format.
43
+
44
+ ### Data Fields
45
+
46
+ **metadata.txt**
47
+ Each drone flight folder contains a .json file with the mission telemetry data, a .jpg with an image of the flight path, and a mission_notes.txt file with the following fields:
48
+ - Flight objectives: The primary goal of the mission
49
+ - Drone: Drone model name
50
+ - Date/Time: The date and approximate time of the mission
51
+ - Observations: Notable events or sights captured
52
+ - Lead pilot: The primary pilot controlling the drone
53
+ - Co-pilot: Any other pilots assisting with the mission
54
+ -->
55
+ **
56
+
57
+ This dataset has no training/validation/test splits. Data are organized by date and mission number. Users may define their own splits depending on modeling goals.
58
+
59
+ ## Dataset Creation
60
+
61
+ ### Curation Rationale
62
+
63
+ This dataset supports biodiversity monitoring, behavioral ecology research, and the development of species detection and classification models from drone mission flight videos.
64
+
65
+ ### Source Data
66
+
67
+ #### Data Collection and Processing
68
+
69
+ Missions were conducted at The Wilds safari park using Parrot ANAFI drones. Flight telemetry data and appropriate metadata were uploaded along with the video footage. No filtering, video processing, or annotation was applied.
70
+
71
+ #### Who are the source data producers?
72
+
73
+ The dataset was collected and curated by researchers and students from the Imageomics Institute and Ohio State University in collaboration with conservation staff at The Wilds.
74
+
75
+ ### Annotations
76
+
77
+ #### Annotation process
78
+
79
+ No annotations are currently provided. Manual and AI-assisted labeling efforts are planned for future versions.
80
+
81
+ #### Who are the annotators?
82
+
83
+ N/A
84
+
85
+ ### Personal and Sensitive Information
86
+
87
+ The dataset includes GPS coordinates within a public conservation park. Endangered or sensitive species may be present, but the data do not identify them specifically. Spatial redaction has not been applied.
88
+
89
+ ## Considerations for Using the Data
90
+
91
+ Because missions were conducted in a non-random but systematic way, sampling bias may exist.
92
+
93
+ ### Bias, Risks, and Limitations
94
+
95
+ - Species present at The Wilds are non-random and include both native and exotic species.
96
+ - Missions were planned to compliment sensor placement, which followed a non-random, purposive design based on site features such as structural suitability for mounting and the anticipated likelihood of detecting ecologically relevant activity.
97
+ - Missions were conducted in fair weather and only during a short summer window and may not capture full seasonal variation.
98
+
99
+ ### Recommendations
100
+
101
+ Use with ecological and methodological context in mind. Future data from different seasons or years may complement these recordings.
102
+
103
+ ## Licensing Information
104
+
105
+ This dataset is dedicated to the public domain under a [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/). Users are encouraged to cite the dataset and acknowledge contributors.
106
+
107
+ ## Citation
108
+
109
+ **BibTeX:**
110
+ bibtex
111
+ @misc{thewilds_drones_2025,
112
+ author = {Taniska Wani, Vedant Patil, Rugved Katole, Bharath Pillai, Anirudh Potlapally, Ally Bonney, and Jenna Kline},
113
+ title = {The Wilds Drones},
114
+ year = {2025},
115
+ url = {https://huggingface.co/datasets/imageomics/thewilds_drones},
116
+ publisher = {Hugging Face}
117
+ }