Datasets:

Modalities:
Image
Text
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
License:
jennamk14 commited on
Commit
23aec86
·
verified ·
1 Parent(s): e674868

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -21
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 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.
24
 
25
 
26
  ### Dataset Description
@@ -44,7 +44,7 @@ The dataset consists of frames. Each frame is accompanied by annotations in COC
44
  | `session_4` | 2024-07-31 | 4096 x 2160 | 506 | Grevy's Zebra | Parrot Anafi |
45
  | **Total Frames:** | | | **21,744** | | |
46
 
47
- This table shows the data collected at The Wilds Conservation Center in Ohio, USA, with session information, dates, frame counts, and primary species observed.
48
 
49
  The dataset is intended for use in training and evaluating computer vision models for animal detection and classification from drone imagery.
50
 
@@ -54,26 +54,28 @@ The dataset is intended for use in training and evaluating computer vision model
54
  ```​
55
  /dataset/
56
  <session_1>/
57
- <classes.txt>
58
- <video_id_20250311 1>.jpg
59
- <video_id_20250311 1>.txt
60
- <video_id_20250311 2>.jpg
61
  ...
62
- <video_id_20250311 n>.jpg
63
- <video_id_20250311 n>.txt
64
  <session_2>/
65
- <classes.txt>
66
- <video_id_20250201 1>.jpg
67
- <video_id_20250201 1>.txt
68
- <video_id_20250201 2>.jpg
69
  ...
70
- <video_id_20250201 n>.jpg
71
- <video_id_20250201 n>.txt
72
- metadata.csv
 
 
 
 
 
73
  ```
74
 
75
  ### Data Instances
76
- All images are names <video_id>.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.
77
 
78
 
79
  ### Data Fields
@@ -113,10 +115,10 @@ The dataset was created to facilitate research in wildlife monitoring and conser
113
  This is what _you_ did to it following collection from the original source; it will be overall processing if you collected the data initially.
114
  -->
115
 
116
- 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.
117
 
118
 
119
- 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.
120
 
121
  <!-- #### Who are the source data producers?
122
  [More Information Needed] -->
@@ -134,7 +136,7 @@ Ex: We standardized the taxonomic labels provided by the various data sources to
134
 
135
 
136
  #### Annotation process
137
- 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.
138
  <!-- 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. -->
139
 
140
  #### Who are the annotators?
@@ -168,7 +170,7 @@ This section is meant to convey recommendations with respect to the bias, risk,
168
 
169
  ## Licensing Information
170
 
171
- This dataset (the compilation) has been marked as dedicated to the public domain by applying the [CC0 Public Domain Waiver](https://creativecommons.org/publicdomain/zero/1.0/). However, images may be licensed under different terms (as noted above).
172
 
173
 
174
  ## Citation
@@ -219,7 +221,7 @@ This work was supported by the AI Institute for Intelligent Cyberinfrastructure
219
  <!-- [optional] If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
220
 
221
  ## More Information
222
- 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.
223
 
224
  <!-- [optional] Any other relevant information that doesn't fit elsewhere. -->
225
 
 
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 Conservation Center](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
 
44
  | `session_4` | 2024-07-31 | 4096 x 2160 | 506 | Grevy's Zebra | Parrot Anafi |
45
  | **Total Frames:** | | | **21,744** | | |
46
 
47
+ This table shows the data collected at [The Wilds Conservation Center](https://www.thewilds.org/) in Ohio, USA, with session information, dates, frame counts, and primary species observed.
48
 
49
  The dataset is intended for use in training and evaluating computer vision models for animal detection and classification from drone imagery.
50
 
 
54
  ```​
55
  /dataset/
56
  <session_1>/
57
+ classes.txt
58
+ <video_id>_000000.jpg
59
+ <video_id>_000000.txt
60
+ <video_id>_000001.jpg
61
  ...
62
+ <video_id>_<frame_number>.jpg
63
+ <video_id>_<frame_number>.txt
64
  <session_2>/
65
+ classes.txt
 
 
 
66
  ...
67
+ <session_3>/
68
+ classes.txt
69
+ ...
70
+ <session_4>/
71
+ classes.txt
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.
79
 
80
 
81
  ### Data Fields
 
115
  This is what _you_ did to it following collection from the original source; it will be overall processing if you collected the data initially.
116
  -->
117
 
118
+ 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 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.
119
 
120
 
121
+ 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.
122
 
123
  <!-- #### Who are the source data producers?
124
  [More Information Needed] -->
 
136
 
137
 
138
  #### Annotation process
139
+ [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.
140
  <!-- 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. -->
141
 
142
  #### Who are the annotators?
 
170
 
171
  ## Licensing Information
172
 
173
+ This dataset (the compilation) has been marked as dedicated to the public domain by applying the [CC0-1.0 Public Domain Waiver](https://creativecommons.org/publicdomain/zero/1.0/). However, images may be licensed under different terms (as noted above).
174
 
175
 
176
  ## Citation
 
221
  <!-- [optional] If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
222
 
223
  ## More Information
224
+ The data was gathered at [The Wilds Conservation Center](https://www.thewilds.org/) with permission from The Wilds Science Committee to take field observations and fly drones in the pastures.
225
 
226
  <!-- [optional] Any other relevant information that doesn't fit elsewhere. -->
227