File size: 7,615 Bytes
14136ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
502114a
14136ca
502114a
14136ca
502114a
14136ca
 
502114a
14136ca
 
 
502114a
 
 
14136ca
 
502114a
14136ca
 
 
 
 
 
8c6e86a
14136ca
502114a
 
14136ca
8c6e86a
14136ca
 
 
8c6e86a
14136ca
502114a
 
14136ca
 
 
 
8c6e86a
502114a
 
 
 
8c6e86a
502114a
 
8c6e86a
063f10e
 
502114a
8c6e86a
 
 
14136ca
 
 
 
 
 
 
 
502114a
 
 
14136ca
 
3dd7e27
14136ca
 
 
502114a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14136ca
 
 
 
 
 
 
 
 
 
 
502114a
14136ca
 
 
 
 
 
 
502114a
14136ca
 
 
 
 
 
502114a
14136ca
502114a
14136ca
 
 
 
 
 
 
 
 
 
 
 
ff15791
 
 
 
 
 
 
 
 
 
 
14136ca
502114a
 
14136ca
 
 
 
 
 
6b6089e
 
14136ca
 
 
 
 
 
502114a
14136ca
502114a
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
---
license: cc0-1.0
language:
- en
tags:
- biology
- image
- animals
- zebras
- giraffes
- Przewalski
- CV
- drone
- autonomy
- imageomics
size_categories:
- n<1K
---


# Dataset Card for wildwingdeployment

## Dataset Details

This dataset contains video, telemetry, and autonomous navigation traces collected using the [WildWing](https://imageomics.github.io/wildwing/) unmanned aerial system (UAS) deployment at [The Wilds](https://www.thewilds.org/) in July 2024.


### Dataset Description

<!-- Provide the basic links for the dataset. -->

- **Homepage:** https://imageomics.github.io/wildwing/
- **Repository:** https://github.com/Imageomics/wildwing
- **Paper:** [WildWing: An open-source, autonomous and affordable UAS for animal behaviour video monitoring](https://besjournals.onlinelibrary.wiley.com/doi/10.1111/2041-210X.70018)


This dataset contains video frames collected at [The Wilds Conservation Center](https://www.thewilds.org/) in Ohio, USA, using drones. The Wilds is a 10,000 acre safari park and conservation center that is home to a variety of endangered species. The dataset includes one video of giraffes, one video Przewalski's horse, and three videos Grevy's Zebras. The dataset is intended for use in training and evaluating computer vision models for animal detection and classification from drone imagery. 

## Dataset Structure


```
/wildwingdeployment/
    giraffe_073124_141828/
        frames/
            40.jpg
            80.jpg
            ...
            880.jpg
        telemetry_log.csv
        video.MP4
    ...
    phorses_073124_144555/
        frames/
            40.jpg
            80.jpg
            ...
            n.jpg
        telemetry_log.csv
        video.MP4
    zebra_073124_122452
        frames/
            40.jpg
            80.jpg
            ...
            3880.jpg
        telemetry_log.csv
        video.MP4
    
``` 
```
/telemetry/
    giraffe_073124_141828_telemetry.csv
    phorses_073124_144555_telemetry.csv
    zebras_073124_122452_telemetry.csv
```    
        

### Data Instances

<!--
Describe data files
-->
The deployment data directory contains telemetry logs, video file, and frames produced for each session. The /frames/ subdirectory contain annotated video frames, downsampled every 40 frames. Each frame contains the YOLO-generated bounding box annotations which were used to inform the commands sent to the drone. The telemetry log contains the location of the drone and the commands sent to it at each frame. The MP4 file is the video recorded by the drone during the mission.

The telemetry logs are also available in a separate directory, /telemetry/, which contains the detailed telemetry logs for each session. The telemetry logs contain the location of the drone during the mission (GPS, altitude), the commands sent to the drone (move_x, move_y, move_z in meters), and the frame number sensed at that timestamp.

### Data Fields

<!--
Describe the types of the data files or the columns in a CSV with metadata.
-->
#### /wildwingdeployment/ telemetry_log.csv
| Field | Description | Details |
|-------|-------------|---------|
| timestamp | YYYY-MM-DD HH:MM:SS | Time of the drone mission data point |
| location | GPS coordinates and altitude | **x**: latitude<br>**y**: longitude<br>**z**: altitude (not accurate) |
| commands | Movement instructions in meters | **move_x**: x-axis movement in meters<br>**move_y**: y-axis movement in meters<br>**move_z**: z-axis movement in meters |
| frame | Reference to captured image | See frames/40.jpg, frames/80.jpg, etc. |

#### /telemetry/ species_MMDDYY_HHMMSS_telemetry.csv

| Field | Description | Details |
|-------|-------------|---------|
| timestamp | YYYY-MM-DD HH:MM:SS | Time of the drone mission data point |
| location | GPS coordinates and altitude | **x**: latitude<br>**y**: longitude<br>**z**: altitude (not accurate) |
| commands | Movement instructions in meters | **move_x**: x-axis movement in meters<br>**move_y**: y-axis movement in meters<br>**move_z**: z-axis movement in meters |
| frame | Reference to captured image | See frames/40.jpg, frames/80.jpg, etc. |
| latitude | - | Direct latitude value |
| longitude | - | Direct longitude value |
| directory | - | Session in /wildwingdeployment/ the telemetry log belongs to |
| distance | meters | Distance travelled from launch point |
| bearing | degrees | Bearing from launch point |
| speed | meters/second | Speed of the drone |

<!--
### Data Splits
[More Information Needed]
<!--
Give your train-test splits for benchmarking
-->

## Dataset Creation

### Curation Rationale
The data gathered to test the [WildWing autonomous UAS system](https://imageomics.github.io/wildwing/), designed to collect animal behavior video data. The goal is to evaluate and improve autonomous tracking and video collection of endangered species in the wild. 


### Personal and Sensitive Information
This dataset contains endangered species: Przewalski's horses and Grevy's zebras. The dataset also includes clips of people in vehicles.

<!-- For instance, if your data includes people or endangered species. -->
<!--

## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]

### Discussion of Biases
[More Information Needed]
 -->
### Other Known Limitations
There was an instrument failure which caused the altitude recordings to be inaccurate. The altitude is not accurate, but the x and y coordinates are accurate. The telemetry logs contain the location of the drone during the mission (GPS, altitude), the commands sent to the drone (move_x, move_y, move_z in meters), and the frame number sensed at that timestamp.

<!-- For instance, if your data exhibits a long-tailed distribution (and why). -->

## Additional Information

### Dataset Curators
Jenna Kline

### Licensing Information
Creative Commons Zero 1.0 universal

### Citation Information
**Paper**
```​
@article{kline2025wildwing,
  title={WildWing: An open-source, autonomous and affordable UAS for animal behaviour video monitoring},
  author={Kline, Jenna and Zhong, Alison and Irizarry, Kevyn and Stewart, Charles V and Stewart, Christopher and Rubenstein, Daniel I and Berger-Wolf, Tanya},
  journal={Methods in Ecology and Evolution},
  year={2025},
  doi={10.1111/2041-210X.70018},
  publisher={Wiley Online Library}
}
```

**Data**

```
@misc{<Kline2024wildwingdeployment>,
  author = {Jenna Kline},
  title = {WildWing Deployment Dataset},
  year = {2024},
  url = {https://huggingface.co/datasets/imageomics/wildwingdeployment},
  doi = {https://doi.org/10.5281/zenodo.14838101},
  publisher = {Zenodo}
}
```


### Contributions

The [Imageomics Institute](https://imageomics.org) is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under [Award #2118240](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2118240) (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning). The National Science Foundation (NSF) supports [ICICLE: Intelligent CI with Computational Learning in the Environment](https://icicle.osu.edu/) under grant number [OAC-2112606](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2112606). Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

## More Information 
The data was gathered at [The Wilds Conservation Center](https://www.thewilds.org/) with permission from The Wilds Science Committee to take field observations and fly drones in the pastures.