Git Product home page Git Product logo

birdedge's Introduction

Bird@Edge Core

Bird@Edge Core is the software running on NVIDIA Jetson Nano devices for birdsong recognition in soundscape recordings.

Bird Song Recognition at the Edge

Bird@Edge is an Edge AI system for recognizing bird species in audio recordings to support real-time biodiversity monitoring. Bird@Edge is based on embedded edge devices operating in a distributed system to enable efficient, continuous evaluation of soundscapes recorded in forests. If you are interested in our research, read our paper or watch the talk recorded for Springer NETYS 2022 conference.

Separate repositories exist for the code running on Bird@Edge Mic and for the operating system image Bird@Edge OS created for running on the Bird@Edge Stations.

Requirements

Hardware

Software

Installation

Run the following command to compile the application:make -j4

Usage

  • Download the inference model birdmodel_batchsize_10.trt and place it in the ./model directory.
  • Set the environment variables:
    • LD_LIBRARY_PATH=/opt/nvidia/deepstream/deepstream-6.0/lib/gst-plugins/
    • LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libgomp.so.1
  • Run the following command to start the pipeline:
    • ./birdedge -c configs/ds_audio_config.txt --gst-debug=1
  • The output format is as follows:
    • {"frame_num": %d, "timestamp": %ld, "label": %s, "source_id": %d, "confidence": %f}

Scientific Usage & Citation

If you are using Bird@Edge in academia, we'd appreciate if you cited our scientific research paper. Please cite as "Höchst & Bellafkir et al."

J. Höchst, H. Bellafkir, P. Lampe, M. Vogelbacher, M. Mühling, D. Schneider, K. Lindner, S. Rösner, D. G. Schabo, N. Farwig, and B. Freisleben, "Bird@Edge: Bird Species Recognition at the Edge," in International Conference on Networked Systems (NETYS), 2022. DOI: 10.1007/978-3-031-17436-0_6

@inproceedings{hoechst2022birdedge,
  title = {{Bird@Edge: Bird Species Recognition at the Edge}},
  author = {H{\"o}chst, Jonas and Bellafkir, Hicham and Lampe, Patrick and Vogelbacher, Markus and M{\"u}hling, Markus and Schneider, Daniel and Lindner, Kim and R{\"o}sner, Sascha and Schabo, Dana G. and Farwig, Nina and Freisleben, Bernd},
  booktitle = {International Conference on Networked Systems (NETYS)},
  year = {2022},
  month = may,
  organization = {Springer},
  keywords = {Bird Species Recognition, Edge Computing, Passive Acoustic Monitoring, Biodiversity},
  doi = {10.1007/978-3-031-17436-0_6},
}

birdedge's People

Contributors

jonashoechst avatar hbellafkir avatar vogelbam 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.