Giter VIP home page Giter VIP logo

bird-monitoring's Introduction

Bird-monitoring

Towards the development of a pre-processing technique to refine wildlife video recordings.

Task

The cameras deployed for bird-monitoring has to function for prolonged hours. A huge manual effort is required to pre-process the recordings prior to use the data for bird classification and detection problems. To automate the pre-processing phase, I have implemented a simple convolutional neural network (CNN) based image classification model to differentiate bird-activity frames from background frames. Given an input wildlife video recording, the task is to output a processed video that contains only bird activity frames.

Method

  1. Collected wild life recordings from bird activity zones using Wingscapes Birdcam Pro camera.
  2. 60% of the video data is converted into image frames. Manually annotate bird image frames and background frames.
  3. In our dataset we have 4 different bird species and 6 different backgrounds.
  4. Train a simple CNN binary classifier to classifiy a given image into bird or non-bird (background).
  5. This trained model is used to predict bird activity frames in the input video recording during testing.
  6. The bird activity frames detected by the model is converted back to video format which is the processed output video.

Description

classifier.py - CNN classifier to predict bird frames
video_frame.py - main code for video preprocessing
model.h5 - trained model

One example of original video and processed video

Inference and Future work

Inferences: The CNN based classifier can learn the properties of bird parts and is good enough to discriminate between bird image frames and backgrounds. In case of extended backgrounds and bird species from different recordingconditions (eg. far-field recordings), it is easier to finetune this model on a new set of birds and backgrounds.

bird-monitoring's People

Contributors

arjunp17 avatar

Watchers

 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.