Datasets:

Modalities:
Image
Text
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
License:
mmla_wilds / README.md
jennamk14's picture
Upload README.md with huggingface_hub
caa66d5 verified
|
raw
history blame
12.2 kB
metadata
license: cc0-1.0
language:
  - en
pretty_name: wingwild_wilds
task_categories:
  - image-classification
tags:
  - biology
  - image
  - animals
  - CV
  - drone
  - zebra
size_categories: 10K<n<100K

Dataset Card for wildwing-wilds

Dataset Details

This is a dataset containing annotated video frames of giraffes, Grevy's zebras, Persian onagers, and African Painted Dogs collected at The Wilds Conservation Center in Ohio. The dataset is intended for use in training and evaluating computer vision models for animal detection and classification from drone imagery. The dataset includes frames from various sessions, with annotations indicating the presence of animals in the images in COCO format. The dataset is designed to facilitate research in wildlife monitoring and conservation using autonomous drones.

Dataset Description

This dataset contains video frames collected at The Wilds Conservation Center 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 video frames of African Painted Dogs, Giraffes, Persian Onangers, and Grevy's Zebras, captured during different sessions. The dataset is intended for use in training and evaluating computer vision models for animal detection and classification from drone imagery.

The dataset consists of frames. Each frame is accompanied by annotations in COCO format, indicating the presence of animals and their bounding boxes within the images. The annotations were completed manually by the dataset curator using CVAT and kabr-tools.

Session Date Collected Size (pixels) Total Frames Species Drone Model
session_1 2024-06-14 2720 x 1530 13,749 African Painted Dog DJI Mini
session_2 2024-04-18 4096 x 2160 4,053 Persian Onanger Parrot Anafi
session_3 2024-07-31 3840 x 2160 3,436 Giraffe Parrot Anafi
session_4 2024-07-31 4096 x 2160 506 Grevy's Zebra Parrot Anafi
Total Frames: 21,744

This table shows the data collected at The Wilds Conservation Center in Ohio, USA, with session information, dates, frame counts, and primary species observed.

The dataset is intended for use in training and evaluating computer vision models for animal detection and classification from drone imagery.

Dataset Structure

/dataset/
    <session_1>/
        <classes.txt>
        <video_id_20250311 1>.jpg
         <video_id_20250311 1>.txt
        <video_id_20250311 2>.jpg
        ...
        <video_id_20250311 n>.jpg
        <video_id_20250311 n>.txt
    <session_2>/
        <classes.txt>
        <video_id_20250201 1>.jpg
        <video_id_20250201 1>.txt
        <video_id_20250201 2>.jpg
        ...
        <video_id_20250201 n>.jpg
        <video_id_20250201 n>.txt
    metadata.csv

Data Instances

All images are names .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.

Data Fields

classes.txt:

  • 0: dogs/giraffe/Onager/Zebra

frame_id.txt:

  • class: Class of the object in the image (0 for animal species)
  • x_center: X coordinate of the center of the bounding box (normalized to [0, 1])
  • y_center: Y coordinate of the center of the bounding box (normalized to [0, 1])
  • width: Width of the bounding box (normalized to [0, 1])
  • height: Height of the bounding box (normalized to [0, 1])

Dataset Creation

Curation Rationale

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.

Data Collection and Processing

The African Painted Dog missions were collected manually using a DJI Mini drone, while the Giraffe, Persian Onanger, and Grevy's Zebra missions were collected using a Parrot Anafi drone. The Grevy's zebras and giraffe missions were conducted autonomously using the WildWing system, while the Persian onager data was collected manually. The drones were flown over the Wilds Conservation Center in Ohio, capturing video footage of the animals in their natural habitat.

The videos were annotated manually using the Computer Vision Annotation Tool (CVAT) and the kabr-tools library. These detection annotations and original video files were then processed to extract individual frames, which were saved as JPEG images. The annotations were converted to COCO format, with bounding boxes indicating the presence of zebras in each frame.

Annotations

Annotation process

CVAT and kabr-tools were used to annotate the video frames. The annotation process involved manually labeling the presence of animals in each frame, drawing bounding boxes around them, and converting the annotations to COCO format.

Who are the annotators?

Jenna Kline (The Ohio State University) - ORCID: 0009-0006-7301-5774
Alison Zhong (The Ohio State University)
Jake Yablok (The Ohio State University)

Personal and Sensitive Information

The dataset was cleaned to remove any personal or sensitive information. African Painted Dogs dataset available on request.

Licensing Information

This dataset (the compilation) has been marked as dedicated to the public domain by applying the CC0 Public Domain Waiver. However, images may be licensed under different terms (as noted above).

Citation

BibTeX:

Data

@misc{wildwing_wilds,
  author = {  Jenna Kline,
              Alison Zhong,
              Jake Yablok
          },
  title = {WildWing The Wilds Dataset},
  year = {2025},
  url = {https://huggingface.co/datasets/imageomics/wildwing-wilds},
  doi = {<doi once generated>},
  publisher = {Hugging Face}
}

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}
}

Acknowledgements

This work was supported by the Imageomics Institute, which is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under Award #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.

This work was supported by the AI Institute for Intelligent Cyberinfrastructure with Computational Learning in the Environment ICICLE, which is funded by the US National Science Foundation under grant number OAC-2112606.

More Information

The data was gathered at The Wilds Conservation Center with permission from The Wilds Science Committee to take field observations and fly drones in the pastures.

Dataset Card Authors

Jenna Kline

Dataset Card Contact

kline.377 at osu.edu