Datasets:
Add short description for API access and fix some formatting
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: cc0-1.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
pretty_name:
|
| 6 |
task_categories:
|
| 7 |
- image-classification
|
| 8 |
tags:
|
|
@@ -13,10 +13,11 @@ tags:
|
|
| 13 |
- drone
|
| 14 |
- zebra
|
| 15 |
size_categories: 10K<n<100K
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
|
| 19 |
-
# Dataset Card for
|
| 20 |
|
| 21 |
<!-- Provide a quick summary of what the dataset is or can be used for. -->
|
| 22 |
|
|
@@ -30,7 +31,7 @@ with annotations indicating the presence of zebras in the images in YOLO format.
|
|
| 30 |
|
| 31 |
- **Curated by:** Jenna Kline
|
| 32 |
- **Homepage:** [mmla project](https://github.com/Imageomics/mmla)
|
| 33 |
-
- **Repository:** [
|
| 34 |
- **Paper:** [MMLA: Multi-Environment, Multi-Species, Low-Altitude Aerial Footage Dataset](https://arxiv.org/abs/2504.07744)
|
| 35 |
|
| 36 |
|
|
@@ -61,7 +62,7 @@ The dataset includes frames extracted from drone videos captured during five dis
|
|
| 61 |
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.
|
| 62 |
|
| 63 |
## Dataset Structure
|
| 64 |
-
```
|
| 65 |
/dataset/
|
| 66 |
classes.txt
|
| 67 |
session_1/
|
|
@@ -138,7 +139,7 @@ Note on data partitions: HuggingFace limits folders to 10,000 files per folder,
|
|
| 138 |
- `3`: dog
|
| 139 |
|
| 140 |
Note: only zebras appear in this dataset; other class labels are included to be consistent across MMLA data collected at other locations,
|
| 141 |
-
see the data from
|
| 142 |
|
| 143 |
|
| 144 |
**frame_id.txt**:
|
|
@@ -163,7 +164,7 @@ Give your train-test splits for benchmarking; could be as simple as "split is in
|
|
| 163 |
The dataset was created to facilitate research in wildlife monitoring and conservation using advanced imaging technologies. The goal is to develop and evaluate computer vision models that can accurately detect and classify animals from drone imagery, and their generalizability across different species and environments.
|
| 164 |
|
| 165 |
|
| 166 |
-
|
| 167 |
|
| 168 |
<!-- This section describes the source data (e.g., news text and headlines, social media posts, translated sentences, ...). As well as an original source it was created from (e.g., sampling from Zenodo records, compiling images from different aggregators, etc.) -->
|
| 169 |
|
|
@@ -231,7 +232,7 @@ This dataset (the compilation) has been marked as dedicated to the public domain
|
|
| 231 |
**BibTeX:**
|
| 232 |
|
| 233 |
**Data**
|
| 234 |
-
```
|
| 235 |
@misc{mmla_opc,
|
| 236 |
author = {Kline, Jenna and
|
| 237 |
Nguyen Ngoc, Dat and
|
|
@@ -262,7 +263,7 @@ This dataset (the compilation) has been marked as dedicated to the public domain
|
|
| 262 |
```
|
| 263 |
|
| 264 |
**Paper**
|
| 265 |
-
```
|
| 266 |
@misc{kline2025mmla,
|
| 267 |
title={MMLA: Multi-Environment, Multi-Species, Low-Altitude Drone Dataset},
|
| 268 |
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},
|
|
|
|
| 2 |
license: cc0-1.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
pretty_name: "MMLA Ol Pejeta Conservancy"
|
| 6 |
task_categories:
|
| 7 |
- image-classification
|
| 8 |
tags:
|
|
|
|
| 13 |
- drone
|
| 14 |
- zebra
|
| 15 |
size_categories: 10K<n<100K
|
| 16 |
+
description: " Annotated video frames of Plains zebras collected at the Ol Pejeta Conservancy (OPC) in Kenya using the semi-autonomous WildWing system. includes frames from various sessions, with annotations indicating the presence of zebras in the images in YOLO format. The dataset is intended for use in training and evaluating computer vision models for animal detection and classification from drone imagery to facilitate research in wildlife monitoring and conservation using advanced imaging technologies."
|
| 17 |
---
|
| 18 |
|
| 19 |
|
| 20 |
+
# Dataset Card for MMLA Ol Pejeta Conservancy
|
| 21 |
|
| 22 |
<!-- Provide a quick summary of what the dataset is or can be used for. -->
|
| 23 |
|
|
|
|
| 31 |
|
| 32 |
- **Curated by:** Jenna Kline
|
| 33 |
- **Homepage:** [mmla project](https://github.com/Imageomics/mmla)
|
| 34 |
+
- **Repository:** [Imageomics/mmla](https://github.com/Imageomics/mmla)
|
| 35 |
- **Paper:** [MMLA: Multi-Environment, Multi-Species, Low-Altitude Aerial Footage Dataset](https://arxiv.org/abs/2504.07744)
|
| 36 |
|
| 37 |
|
|
|
|
| 62 |
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.
|
| 63 |
|
| 64 |
## Dataset Structure
|
| 65 |
+
```
|
| 66 |
/dataset/
|
| 67 |
classes.txt
|
| 68 |
session_1/
|
|
|
|
| 139 |
- `3`: dog
|
| 140 |
|
| 141 |
Note: only zebras appear in this dataset; other class labels are included to be consistent across MMLA data collected at other locations,
|
| 142 |
+
see the [MMLA data from Mpala Research Center](https://huggingface.co/datasets/imageomics/mmla_mpala) and [The Wilds MMLA dataset](https://huggingface.co/datasets/imageomics/mmla_wilds).
|
| 143 |
|
| 144 |
|
| 145 |
**frame_id.txt**:
|
|
|
|
| 164 |
The dataset was created to facilitate research in wildlife monitoring and conservation using advanced imaging technologies. The goal is to develop and evaluate computer vision models that can accurately detect and classify animals from drone imagery, and their generalizability across different species and environments.
|
| 165 |
|
| 166 |
|
| 167 |
+
### Source Data
|
| 168 |
|
| 169 |
<!-- This section describes the source data (e.g., news text and headlines, social media posts, translated sentences, ...). As well as an original source it was created from (e.g., sampling from Zenodo records, compiling images from different aggregators, etc.) -->
|
| 170 |
|
|
|
|
| 232 |
**BibTeX:**
|
| 233 |
|
| 234 |
**Data**
|
| 235 |
+
```
|
| 236 |
@misc{mmla_opc,
|
| 237 |
author = {Kline, Jenna and
|
| 238 |
Nguyen Ngoc, Dat and
|
|
|
|
| 263 |
```
|
| 264 |
|
| 265 |
**Paper**
|
| 266 |
+
```
|
| 267 |
@misc{kline2025mmla,
|
| 268 |
title={MMLA: Multi-Environment, Multi-Species, Low-Altitude Drone Dataset},
|
| 269 |
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},
|