Home

Awesome

Distant Bird Detection Dataset for Safe Drone Flight

In this repository, we provide a dataset of bird detections captured by a drone camera at various locations proposed in our paper.

<img src='images/samples.png'/>

Abstract

For the safe flight of drones, they must avoid the attacks of aggressive birds. These birds move very fast and must be detected far enough away. In recent years, deep learning has made it possible to detect small distant objects in RGB camera images. Since these methods are learning-based, they require a large amount of training images, but there are no publicly-available datasets for bird detection taken from drones. In this work, we propose a new dataset captured by a drone camera in various locations (e.g., fields, mountains, near houses).

Update

[2023/02/23] Bug fix: Fix some annotation errors </br> [2023/01/29] Bug fix: Delete duplicate instances in annotation files </br> [2023/01/18] Split the zip file of images </br> [2021/10/07] Add extra data (21,837 → 47,260 annotated images)

Licecnse

Our dataset is released under the MIT license.

Dataset overview

Our dataset

Annotation format

Our annotation JSON file consists of the following fields.

[
    {
        'path': 'path_to_image',
        'bbox': [
            [x1, y1, w1, h1],
            [x2, y2, w2, h2],
            ...
        ]
        'label': [
            'label1',
            'label2',
            ...
        ]
    }
    ...
]

Data access

Images | Annotations

Citation

Please cite this paper in your publications if this dataset helps your research..

@inproceedings{,
  title={Distant Bird Detection for Safe Drone Flight and Its Dataset},
  author={Sanae Fujii and Kazutoshi Akita and Norimichi Ukita},
  booktitle={International Conference on Machine Vision Applications (MVA)},
  year={2021}
}