Datasets:

Modalities:
Image
Text
Languages:
English
ArXiv:
DOI:
License:
jennamk14 commited on
Commit
b2f7a43
·
verified ·
1 Parent(s): 438c7ac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -41
README.md CHANGED
@@ -28,7 +28,7 @@ This is a dataset containing annotated video frames of Plains zebras collected a
28
  - **Curated by:** Jenna Kline
29
  - **Homepage:** [wildwing](https://imageomics.github.io/wildwing/)
30
  - **Repository:** [https://github.com/Imageomics/wildwing](https://github.com/Imageomics/wildwing)
31
- - **Paper:** [MMLA: Multi-Environment, Multi-Species, Low-Altitude Aerial Footage Dataset](https://arxiv.org/abs/2504.07744)
32
 
33
 
34
  <!-- Provide a longer summary of what this dataset is. -->
@@ -52,34 +52,80 @@ The dataset is intended for use in training and evaluating computer vision model
52
  | `session_2` | 2025-02-01 | P0940098 | 6,564 | 4096x2160 |
53
  | **Total Frames:** | | | **29,268** | |
54
 
 
 
 
55
 
56
  ## Dataset Structure
57
  ```​
58
  /dataset/
59
- <session_1>/
60
- classes.txt>
61
- <video_id>_000000.jpg
62
- <video_id>_000000.txt
63
- <video_id>_000001.jpg
64
- ...
65
- <video_id>_<frame_number>.jpg
66
- <video_id>_<frame_number>.txt
67
- <session_2>/
68
- classes.txt
69
- <video_id>_000000.jpg
70
- <video_id>_000000.txt
71
- <video_id>_000001.jpg
72
- ...
73
- <video_id>_<frame_number>.jpg
74
- <video_id>_<frame_number>.txt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ```
76
 
77
  ### Data Instances
78
  All images are names <video_id>_<frame_number>.jpg, each within a folder named for the date of the session. The annotations are in COCO format and are stored in a corresponding .txt file with the same name as the image. 2025-01-31 and 2025-02-01 are the two days of data collection, with a total of 7 sessions. 2025-01-31 has 5 sessions and 2025-02-01 has 2 sessions.
79
 
 
80
 
81
- ### Data Fields
82
 
 
83
 
84
  **classes.txt**:
85
  - `0`: zebra
@@ -203,30 +249,7 @@ This dataset (the compilation) has been marked as dedicated to the public domain
203
  publisher = {Hugging Face}
204
  }
205
  ```
206
- **Papers**
207
-
208
- ```​
209
- @misc{kline2025mmlamultienvironmentmultispecieslowaltitude,
210
- title={MMLA: Multi-Environment, Multi-Species, Low-Altitude Aerial Footage Dataset},
211
- author={Jenna Kline and Samuel Stevens and Guy Maalouf and Camille Rondeau Saint-Jean and Dat Nguyen Ngoc and Majid Mirmehdi and David Guerin and Tilo Burghardt and Elzbieta Pastucha and Blair Costelloe and Matthew Watson and Thomas Richardson and Ulrik Pagh Schultz Lundquist},
212
- year={2025},
213
- eprint={2504.07744},
214
- archivePrefix={arXiv},
215
- primaryClass={cs.CV},
216
- url={https://arxiv.org/abs/2504.07744},
217
- }
218
- ```
219
- ```​
220
- article{kline2025wildwing,
221
- title={WildWing: An open-source, autonomous and affordable UAS for animal behaviour video monitoring},
222
- author={Kline, Jenna and Zhong, Alison and Irizarry, Kevyn and Stewart, Charles V and Stewart, Christopher and Rubenstein, Daniel I and Berger-Wolf, Tanya},
223
- journal={Methods in Ecology and Evolution},
224
- year={2025},
225
- doi={https://doi.org/10.1111/2041-210X.70018}
226
- publisher={Wiley Online Library}
227
- }
228
 
229
- ```
230
 
231
  ## Acknowledgements
232
 
 
28
  - **Curated by:** Jenna Kline
29
  - **Homepage:** [wildwing](https://imageomics.github.io/wildwing/)
30
  - **Repository:** [https://github.com/Imageomics/wildwing](https://github.com/Imageomics/wildwing)
31
+ - **Paper:** [WildWing: An open-source, autonomous and affordable UAS for animal behaviour video monitoring](https://doi.org/10.1111/2041-210X.70018)
32
 
33
 
34
  <!-- Provide a longer summary of what this dataset is. -->
 
52
  | `session_2` | 2025-02-01 | P0940098 | 6,564 | 4096x2160 |
53
  | **Total Frames:** | | | **29,268** | |
54
 
55
+ This table shows the data collected at Ol Pejeta Conservancy in Laikipia, Kenya, with session information, dates, frame counts, and pixel resolution.
56
+
57
+ The dataset includes frames extracted from drone videos captured during five distinct data collection sessions. Each session represents a separate field excursion lasting approximately one hour, conducted at a specific geographic location. Multiple sessions may occur on the same day but in different locations or targeting different animal groups. During each session, multiple drone videos were recorded to capture animals in their natural habitat under varying environmental conditions.
58
 
59
  ## Dataset Structure
60
  ```​
61
  /dataset/
62
+ classes.txt
63
+ session_1/
64
+ P0800081/
65
+ partition_1/
66
+ P0800081_000000.jpg
67
+ P0800081_000000.txt
68
+ ...
69
+ P0800081_007099.txt
70
+ partition_2/
71
+ P0800081_007100.jpg
72
+ P0800081_007100.txt
73
+ ...
74
+ P0800081_010048.txt
75
+ P0830086/
76
+ P0830086_000000.jpg
77
+ P0830086_000000.txt
78
+ ...
79
+ P0830086_002438.txt
80
+ P0840087/
81
+ P0840087_000000.jpg
82
+ P0840087_000000.txt
83
+ ...
84
+ P0840087_004770.txt
85
+ P0860090/
86
+ P0860090_000000.jpg
87
+ P0860090_000000.txt
88
+ ...
89
+ P0860090_001753.txt
90
+ P0870091/
91
+ P0870091_20250311_000000.jpg
92
+ P0870091_20250311_000000.txt
93
+ ...
94
+ P0870091_20250311_003060.txt
95
+ metadata.txt
96
+ session_2/
97
+ P0910095/
98
+ partition_1/
99
+ P0910095_000000.jpg
100
+ P0910095_000000.txt
101
+ ...
102
+ P0910095_002999.txt
103
+ partition_2/
104
+ P0910095_003000.jpg
105
+ P0910095_003000.txt
106
+ ...
107
+ P0910095_005977.txt
108
+ P0940098/
109
+ partition_1/
110
+ P0940098_20250311_000000.jpg
111
+ P0940098_20250311_000000.txt
112
+ ...
113
+ P0940098_20250311_003499.txt
114
+ partition_2/
115
+ P0940098_20250311_003500.jpg
116
+ P0940098_20250311_003500.txt
117
+ ...
118
+ P0940098_20250311_006563.txt
119
+ metadata.txt
120
  ```
121
 
122
  ### Data Instances
123
  All images are names <video_id>_<frame_number>.jpg, each within a folder named for the date of the session. The annotations are in COCO format and are stored in a corresponding .txt file with the same name as the image. 2025-01-31 and 2025-02-01 are the two days of data collection, with a total of 7 sessions. 2025-01-31 has 5 sessions and 2025-02-01 has 2 sessions.
124
 
125
+ Note on data partitions: HuggingFace limits folders to 10,000 files per folder, so each video file is further divided into partitions of 10,000 files. The partition folders are named `partition_1`, `partition_2`, etc.
126
 
 
127
 
128
+ ### Data Fields
129
 
130
  **classes.txt**:
131
  - `0`: zebra
 
249
  publisher = {Hugging Face}
250
  }
251
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
252
 
 
253
 
254
  ## Acknowledgements
255