jennamk14 commited on
Commit
623b1bf
·
verified ·
1 Parent(s): 7a32537

Upload README.md

Browse files

Adding dataset card

Files changed (1) hide show
  1. README.md +222 -0
README.md ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ language:
4
+ - en
5
+ pretty_name: Kenyan Animal Behavior Remote Sensing (KABR) Drone Wildlife Monitoring Dataset
6
+ task_categories:
7
+ - object-detection
8
+ - image-classification
9
+ tags:
10
+ - biology
11
+ - image
12
+ - animals
13
+ - CV
14
+ - wildlife-monitoring
15
+ - drone-imagery
16
+ - telemetry
17
+ - kabr
18
+ size_categories: 10K<n<100K
19
+ ---
20
+
21
+ # Dataset Card for KABR Drone Wildlife Monitoring Dataset
22
+
23
+ This dataset consists of synchronized drone telemetry, camera metadata, behavior annotations, and drone status data collected during wildlife monitoring operations. The data was captured using drones equipped with cameras to observe animal behavior in natural habitats.
24
+
25
+ ## Dataset Details
26
+
27
+ ### Dataset Description
28
+
29
+ - **Curated by:** Jenna M. Kline, Maksim Kholiavchenko, Otto Brookes, Tanya Berger-Wolf, Charles V. Stewart, Christopher Stewart
30
+ - **Language(s) (NLP):** English
31
+ - **Homepage:** https://kabrdata.xyz/
32
+ - **Repository:** https://github.com/Imageomics/kabr-tools
33
+ - **Paper:** https://arxiv.org/abs/2407.16864
34
+
35
+ This dataset integrates multiple streams of information collected during drone monitoring of wildlife in Kenya. It combines precise drone telemetry data (position, orientation, altitude), camera settings (ISO, shutter speed, focal length), wildlife annotations (bounding boxes, behavior classification), and drone system status information. The dataset was developed as part of research on integrating biological data into autonomous remote sensing systems for in situ imageomics, specifically focused on Kenyan animal behavior sensing with Unmanned Aerial Vehicles (UAVs). The dataset provides a comprehensive framework for analyzing animal behavior in correlation with drone positioning and camera settings, enabling research in fields such as wildlife monitoring, animal behavior analysis, and drone-based observation methodologies.
36
+
37
+ ### Supported Tasks and Leaderboards
38
+
39
+ This dataset supports several computer vision and behavioral analysis tasks:
40
+
41
+ 1. Object detection and tracking of animals in drone footage
42
+ 2. Behavior classification and analysis
43
+ 3. Correlating animal behavior with drone positioning and movement
44
+ 4. Optimizing drone flight patterns for wildlife observation
45
+ 5. Camera parameter optimization for wildlife monitoring
46
+
47
+ ## Dataset Structure
48
+
49
+ The dataset is organized with the following structure:
50
+
51
+ ```
52
+ /dataset/
53
+ metadata.csv # Main metadata file with all information
54
+ ```
55
+
56
+ ### Data Instances
57
+
58
+ Each row in the metadata.csv file represents a single frame from a drone video with associated telemetry, annotations, and status information. The dataset contains [number] frames from [number] videos, collected between [dates].
59
+
60
+ ### Data Fields
61
+
62
+ The metadata file contains 87 columns organized into four main categories:
63
+
64
+ #### 1. Camera Settings and Frame Information
65
+ - `frame`: Frame number in the video sequence
66
+ - `id`: Unique identifier for the frame
67
+ - `iso`: ISO setting of the camera
68
+ - `shutter`: Shutter speed value
69
+ - `fnum`: Aperture f-number
70
+ - `ev`: Exposure value
71
+ - `ct`: Color temperature
72
+ - `color_md`: Color mode
73
+ - `focal_len`: Focal length of the camera lens in mm
74
+ - `dzoom_ratio`: Digital zoom ratio
75
+ - `isPhoto`: Binary flag indicating if the frame is a photo
76
+ - `isVideo`: Binary flag indicating if the frame is from video
77
+ - `video`: Source video file name
78
+
79
+ #### 2. Geo-location and Timing Data
80
+ - `latitude_x`, `latitude_y`: GPS latitude coordinates
81
+ - `longitude_x`, `longitude_y`: GPS longitude coordinates
82
+ - `altitude`: Altitude of the drone
83
+ - `date_time_x`, `date_time_y`, `date_time`: Timestamps
84
+ - `ms`, `new_ms`, `time(millisecond)`: Millisecond timing information
85
+
86
+ #### 3. Wildlife Annotation Data
87
+ - `xtl`, `ytl`, `xbr`, `ybr`: Bounding box coordinates (top-left x,y and bottom-right x,y)
88
+ - `points`: Polygon or keypoint annotations
89
+ - `label`: Class label of the annotated object
90
+ - `source`: Source of the annotation
91
+ - `behaviour`: Annotated behavior classification
92
+ - `keyframe_x`, `keyframe_y`: Keyframe indicators for tracking
93
+ - `outside_x`, `outside_y`: Flags indicating if the subject is outside the frame
94
+ - `occluded_x`, `occluded_y`: Flags indicating if the subject is occluded
95
+ - `z_order_x`, `z_order_y`: Z-order for overlapping annotations
96
+
97
+ #### 4. Drone Status and Telemetry
98
+ - `height_above_takeoff(feet)`: Drone height relative to takeoff point
99
+ - `height_above_ground_at_drone_location(feet)`: Drone height above ground
100
+ - `ground_elevation_at_drone_location(feet)`: Ground elevation at drone location
101
+ - `altitude_above_seaLevel(feet)`: Altitude above sea level
102
+ - `height_sonar(feet)`: Height measured by sonar
103
+ - `speed(mph)`: Drone speed
104
+ - `distance(feet)`: Distance from takeoff point
105
+ - `mileage(feet)`: Total distance traveled
106
+ - `satellites`: Number of GPS satellites being used
107
+ - `gpslevel`: GPS signal strength
108
+ - `voltage(v)`: Battery voltage
109
+ - `max_altitude(feet)`, `max_ascent(feet)`, `max_speed(mph)`, `max_distance(feet)`: Maximum values recorded
110
+ - `xSpeed(mph)`, `ySpeed(mph)`, `zSpeed(mph)`: Speed components in x, y, z directions
111
+ - `compass_heading(degrees)`: Compass heading
112
+ - `pitch(degrees)`, `roll(degrees)`: Drone orientation angles
113
+ - `rc_elevator`, `rc_aileron`, `rc_throttle`, `rc_rudder`: Remote control inputs
114
+ - `rc_elevator(percent)`, `rc_aileron(percent)`, `rc_throttle(percent)`, `rc_rudder(percent)`: Remote control inputs as percentages
115
+ - `gimbal_heading(degrees)`, `gimbal_pitch(degrees)`, `gimbal_roll(degrees)`: Gimbal orientation
116
+ - `battery_percent`: Battery percentage remaining
117
+ - `voltageCell1` through `voltageCell6`: Individual battery cell voltages
118
+ - `current(A)`: Current draw in Amperes
119
+ - `battery_temperature(f)`: Battery temperature in Fahrenheit
120
+ - `flycStateRaw`: Raw flight controller state
121
+ - `flycState`: Human-readable flight controller state
122
+ - `message`: Status or event message
123
+
124
+
125
+ ## Dataset Creation
126
+
127
+ ### Curation Rationale
128
+
129
+ This dataset was specifically curated to combine behavior annotations with corresponding drone telemetry to analyze which flight features produced useful data for behavior analysis. By integrating these different data streams, researchers can identify optimal drone flight patterns, heights, speeds, and camera configurations that maximize the quality of behavioral data while minimizing disturbance to wildlife. This integration supports research in wildlife monitoring and behavior analysis using drone technology, with the goal of developing improved protocols for wildlife observation that balance data quality with animal welfare considerations.
130
+
131
+ ### Source Data
132
+
133
+ #### Data Collection and Processing
134
+
135
+ Data was collected from 6 January 2023 through 21 January 2023 at the Mpala Research Centre in Kenya under a Nacosti research license. The team used DJI Mavic 2S drones equipped with cameras to record 5.4K resolution videos (5472 x 3078 pixels) from varying altitudes and distances of 10 to 50 meters from the animals. The distance was determined by circumstances and safety regulations to ensure both quality data collection and minimal wildlife disturbance.
136
+
137
+ Frame extraction was performed using [CVAT](https://www.cvat.ai/), and behavior annotations were added using [annotation tool/software] by [annotators]. Telemetry data was synchronized with video frames using [method/software].
138
+
139
+ #### Who are the source data producers?
140
+
141
+ The dataset was collected by the Imageomics team as part of the Kenyan Animal Behavior Remote sensing (KABR) project. The drone operations were conducted by licensed drone operators and researchers with appropriate permits for wildlife observation in Kenya.
142
+
143
+ ### Annotations
144
+
145
+ #### Annotation process
146
+
147
+ Please refer to the [KABR]((https://huggingface.co/datasets/imageomics/KABR)) dataset and associated paper for details on the annotation process.
148
+
149
+ ### Personal and Sensitive Information
150
+
151
+ This dataset does not contain personal information. Location data has been [method for handling sensitive wildlife location data, if applicable] to protect vulnerable or endangered species.
152
+
153
+ ## Considerations for Using the Data
154
+
155
+ ### Bias, Risks, and Limitations
156
+
157
+ - **Sampling bias**: Data collection was limited to [specific conditions, times of day, weather conditions], which may not represent the full range of natural behaviors.
158
+ - **Observer effect**: The presence of drones may influence animal behavior, potentially biasing observations.
159
+ - **Technical limitations**: Drone battery life limited observation sessions to [duration], and weather conditions restricted operations to [conditions].
160
+ - **Detection bias**: Animals may be more difficult to detect in certain environments or weather conditions.
161
+
162
+ ### Recommendations
163
+
164
+ - Users should account for potential observer effects when analyzing behavior patterns.
165
+ - Correlations between drone positioning and animal behavior should consider the confounding variables documented in the dataset.
166
+ - For machine learning applications, stratified sampling is recommended to address class imbalances in behavior categories.
167
+ - When using this data for conservation purposes, consider the ethical implications of drone-based wildlife monitoring.
168
+
169
+ ## Licensing Information
170
+
171
+ This dataset is dedicated to the public domain under the [CC0 Public Domain Waiver](https://creativecommons.org/publicdomain/zero/1.0/). We ask that you cite the dataset using the below citation if you make use of it in your research.
172
+
173
+ ## Citation
174
+
175
+ **BibTeX:**
176
+
177
+ ```
178
+ @misc{kabr_dataset,
179
+ author = {Kline, Jenna M. and Kholiavchenko, Maksim and Brookes, Otto and Berger-Wolf, Tanya and Stewart, Charles V. and Stewart, Christopher},
180
+ title = {KABR Drone Wildlife Monitoring Dataset},
181
+ year = {2024},
182
+ url = {https://kabrdata.xyz/},
183
+ publisher = {Imageomics}
184
+ }
185
+ ```
186
+
187
+ **Associated Paper:**
188
+
189
+ ```
190
+ @misc{kline2024integratingbiologicaldataautonomous,
191
+ title={Integrating Biological Data into Autonomous Remote Sensing Systems for In Situ Imageomics: A Case Study for Kenyan Animal Behavior Sensing with Unmanned Aerial Vehicles (UAVs)},
192
+ author={Jenna M. Kline and Maksim Kholiavchenko and Otto Brookes and Tanya Berger-Wolf and Charles V. Stewart and Christopher Stewart},
193
+ year={2024},
194
+ eprint={2407.16864},
195
+ archivePrefix={arXiv},
196
+ primaryClass={cs.RO},
197
+ url={https://arxiv.org/abs/2407.16864},
198
+ }
199
+ ```
200
+
201
+ ## Acknowledgements
202
+
203
+ This work was supported by the [Imageomics Institute](https://imageomics.org), which 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). 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.
204
+
205
+
206
+ ## Glossary
207
+
208
+ - **KABR**: Kenyan Animal Behavior Remote sensing system
209
+ - **Telemetry**: Remote collection of measurement data
210
+ - **Ethogram**: A catalog or inventory of behaviors or actions exhibited by an animal
211
+ - **Gimbal**: A pivoted support that allows rotation of the camera around a single axis
212
+ - **FPV**: First Person View
213
+ - **Flown state**: Operating condition of the drone's flight controller
214
+
215
+
216
+ ## Dataset Card Authors
217
+
218
+ Jenna M. Kline, Maksim Kholiavchenko, Otto Brookes, Tanya Berger-Wolf, Charles V. Stewart, Christopher Stewart
219
+
220
+ ## Dataset Card Contact
221
+
222
+ kline dor 377 at osu dot edu