Code Monkey home page Code Monkey logo

drone_dataset's Introduction

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.

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).

Dataset overview

Our dataset

  • contains 62,106 manually annotated bird instances in 48,395 images with a resolution of 3840 × 2160 pixels.
  • is devided into 42,790 training images with 52,036 instances and 5,605 validation images with 10,070 instances.
  • have 3 object labels (i.e., hawk, crow, and wild bird.)

Note: We added extra data on October 7th, 2021. (21,837 → 48,395 annotated images)

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

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}
}

drone_dataset's People

Contributors

kakitamedia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.