The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image
image | label
class label |
|---|---|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
|
0test_D02_20210628090856
|
Introduction
The resolution of each image is 1920x1080.
The zipped label files contain the bounding box annotations of birds captured in the images. Each image corresponds to a single label file, their filenames are same except for the file extension.
For the label format in each label file, we follow the
YOLOformat, that means for each row in a label file, the format is<class_id> <normalized_object_x_center> <normalized_object_y_center> <normalized_object_width> <normalized_object_height>Since we only have one class
bird, theclass_idis always 0. If there is no bird in an image, its label file is empty.If needed, you can convert
YOLOformat toCOCOformat using the GitHub project Yolo-to-COCO-format-converter.
Train and Test Set Split
images0.zip,images1.zip, ...,images9.zipand their corresponding labels are in the train set.
The test set includes
images_test_D02_20210628090856.zipandimages_test_D02_20210721142744.zip. And the correspondinglabels_test_D02_20210628090856.zipandlabel_test_D02_20210721142744.zipare label files.Users can split validation set individually for evaluating their models. For example, treat
images9.zipandlabels9.zipas the validation set and the remaining images and labels as the train set. Also, users can split multiple validation sets for cross validation for their model.
License and Citation
The dataset is for non-commercial research and educational use only and the license is CC BY-NC-SA 4.0.
If you use our dataset or find our dataset is helpful for your project/research, please cite our paper as follows.
@InProceedings{ author = {Sun, Hongyu and Wang, Yongcai and Cai, Xudong and Wang, Peng and Huang, Zhe and Li, Deying and Shao, Yu and Wang, Shuo}, title = {AirBirds: A Large-scale Challenging Dataset for Bird Strike Prevention in Real-world Airports}, booktitle = {Proceedings of the Asian Conference on Computer Vision (ACCV)}, month = {December}, year = {2022}, pages = {2440-2456} }
- Downloads last month
- 166