Datasets:

Modalities:
Image
Text
Languages:
English
ArXiv:
DOI:
License:
jennamk14 commited on
Commit
b4ee4a8
·
verified ·
1 Parent(s): 49acd3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -19
README.md CHANGED
@@ -56,27 +56,26 @@ The dataset is intended for use in training and evaluating computer vision model
56
  ## Dataset Structure
57
  ```​
58
  /dataset/
59
- <20250131>/
60
- <classes.txt>
61
- <video_id_20250311 1>.jpg
62
- <video_id_20250311 1>.txt
63
- <video_id_20250311 2>.jpg
64
  ...
65
- <video_id_20250311 n>.jpg
66
- <video_id_20250311 n>.txt
67
- <20250201>/
68
- <classes.txt>
69
- <video_id_20250201 1>.jpg
70
- <video_id_20250201 1>.txt
71
- <video_id_20250201 2>.jpg
72
  ...
73
- <video_id_20250201 n>.jpg
74
- <video_id_20250201 n>.txt
75
- metadata.csv
76
  ```
77
 
78
  ### Data Instances
79
- 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. 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.
80
 
81
 
82
  ### Data Fields
@@ -117,9 +116,9 @@ The dataset was created to facilitate research in wildlife monitoring and conser
117
  This is what _you_ did to it following collection from the original source; it will be overall processing if you collected the data initially.
118
  -->
119
 
120
- The data was collected using the WildWing system, which autonomously captures video footage of wildlife in their natural habitat. The data collection process involved flying the drone over the Ol Pejeta Conservancy in Kenya, where Plains zebras were observed. The missions were flown during the WildDrone Hackathon in January 2025, with the goal of capturing high-quality video footage for analysis.
121
 
122
- 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.
123
 
124
  <!-- #### Who are the source data producers?
125
  [More Information Needed] -->
@@ -167,7 +166,7 @@ This section is meant to convey recommendations with respect to the bias, risk,
167
 
168
  ## Licensing Information
169
 
170
- 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).
171
 
172
 
173
  ## Citation
 
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
 
116
  This is what _you_ did to it following collection from the original source; it will be overall processing if you collected the data initially.
117
  -->
118
 
119
+ The data was collected using the [WildWing](https://github.com/Imageomics/wildwing) system, which autonomously captures video footage of wildlife in their natural habitat. The data collection process involved flying the drone over the [Ol Pejeta Conservancy](https://www.olpejetaconservancy.org/) in Kenya, where Plains zebras were observed. The missions were flown during the [WildDrone](https://wilddrone.eu/) Hackathon in January 2025, with the goal of capturing high-quality video footage for analysis.
120
 
121
+ The videos were annotated manually using the Computer Vision Annotation Tool [CVAT](https://www.cvat.ai/) and [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] -->
 
166
 
167
  ## Licensing Information
168
 
169
+ 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).
170
 
171
 
172
  ## Citation