Datasets:

Modalities:
Image
Text
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
License:
jennamk14 commited on
Commit
3a358b3
·
verified ·
1 Parent(s): 2af7404

Update README.md

Browse files

correcting annotation format

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -20,7 +20,7 @@ size_categories: 10K<n<100K
20
  <!-- Provide a quick summary of what the dataset is or can be used for. -->
21
 
22
  ## Dataset Details
23
- This is a dataset containing annotated video frames of giraffes, Grevy's zebras, Persian onagers, and African Painted Dogs collected at [The Wilds](https://www.thewilds.org/) 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.
24
 
25
 
26
  ### Dataset Description
@@ -34,7 +34,7 @@ This is a dataset containing annotated video frames of giraffes, Grevy's zebras,
34
  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 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.
35
 
36
 
37
- 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](https://www.cvat.ai/) and [kabr-tools](https://github.com/Imageomics/kabr-tools).
38
 
39
  | Session | Date Collected | Size (pixels) | Total Frames | Species | Drone Model | Video IDs
40
  |---------|---------------|---------------|--------------|-------------------|----------------|----------------|
@@ -94,7 +94,7 @@ The dataset is intended for use in training and evaluating computer vision model
94
  ```
95
 
96
  ### Data Instances
97
- 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.
98
 
99
 
100
  ### Data Fields
@@ -140,7 +140,7 @@ This is what _you_ did to it following collection from the original source; it w
140
  The African Painted Dog missions were collected manually using a [DJI Mavic Mini drone](https://www.dji.com/support/product/mavic-mini), while the Giraffe, Persian Onanger, and Grevy's Zebra missions were collected using a [Parrot Anafi drone](https://www.parrot.com/us/drones/anafi). The Grevy's zebras and giraffe missions were conducted semi-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.
141
 
142
 
143
- The videos were annotated manually using the Computer Vision Annotation Tool ([CVAT](https://www.cvat.ai/)) and the [kabr-tools](https://github.com/Imageomics/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.
144
 
145
  <!-- #### Who are the source data producers?
146
  [More Information Needed] -->
@@ -158,7 +158,7 @@ Ex: We standardized the taxonomic labels provided by the various data sources to
158
 
159
 
160
  #### Annotation process
161
- [CVAT](https://www.cvat.ai/) and [kabr-tools](https://github.com/Imageomics/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.
162
  <!-- This section describes the annotation process such as annotation tools used, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
163
 
164
  #### Who are the annotators?
 
20
  <!-- Provide a quick summary of what the dataset is or can be used for. -->
21
 
22
  ## Dataset Details
23
+ This is a dataset containing annotated video frames of giraffes, Grevy's zebras, Persian onagers, and African Painted Dogs collected at [The Wilds](https://www.thewilds.org/) 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 YOLO format. The dataset is designed to facilitate research in wildlife monitoring and conservation using autonomous drones.
24
 
25
 
26
  ### Dataset Description
 
34
  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 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.
35
 
36
 
37
+ The dataset consists of frames. Each frame is accompanied by annotations in YOLO format, indicating the presence of animals and their bounding boxes within the images. The annotations were completed manually by the dataset curator using [CVAT](https://www.cvat.ai/) and [kabr-tools](https://github.com/Imageomics/kabr-tools).
38
 
39
  | Session | Date Collected | Size (pixels) | Total Frames | Species | Drone Model | Video IDs
40
  |---------|---------------|---------------|--------------|-------------------|----------------|----------------|
 
94
  ```
95
 
96
  ### Data Instances
97
+ All images are names <video_id>_<frame_number>.jpg, each within a folder named for the date of the session. The annotations are in YOLO format and are stored in a corresponding .txt file with the same name as the image.
98
 
99
 
100
  ### Data Fields
 
140
  The African Painted Dog missions were collected manually using a [DJI Mavic Mini drone](https://www.dji.com/support/product/mavic-mini), while the Giraffe, Persian Onanger, and Grevy's Zebra missions were collected using a [Parrot Anafi drone](https://www.parrot.com/us/drones/anafi). The Grevy's zebras and giraffe missions were conducted semi-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.
141
 
142
 
143
+ The videos were annotated manually using the Computer Vision Annotation Tool ([CVAT](https://www.cvat.ai/)) and the [kabr-tools](https://github.com/Imageomics/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 YOLO format, with bounding boxes indicating the presence of zebras in each frame.
144
 
145
  <!-- #### Who are the source data producers?
146
  [More Information Needed] -->
 
158
 
159
 
160
  #### Annotation process
161
+ [CVAT](https://www.cvat.ai/) and [kabr-tools](https://github.com/Imageomics/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 YOLO format.
162
  <!-- This section describes the annotation process such as annotation tools used, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
163
 
164
  #### Who are the annotators?