Skip to content

Visual detection and tracking of bees in a controlled environment

Notifications You must be signed in to change notification settings

dschoerk/beetracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beetracking

Computer Vision Systems Programming, TU Vienna, January 2017

IMAGE ALT TEXT HERE

This work was created within the course Computer Vision Systems Programming at Vienna University of Technology. Only the generated sourcecode and report are part of this repository, original and generated datasets are not published. This document is an overview over the accomplished results, the full report can be found here: Report

Three main tasks were solved in this project:

  1. Per frame detection and continuous tracking of bees Source
  2. Generation of a bee dataset for machine learning methods Source Source
  3. Sliding window based bee detection based on a Support Vector Machine (experimental) Source
Running the code

The code was developed on Microsoft Windows 10, naturally the guidlines below only apply to Windows users.

Needed tools and libraries:

If you are using a different version of Python please check out the correct dependencies here: Unofficial Python Library Builds

  1. After downloading follow the installer for Python 3.5.
  2. Then install the dependencies by running the following command:
pip install numpy imutils
pip install opencv_python‑3.2.0‑cp35‑cp35m‑win_amd64.whl

About

Visual detection and tracking of bees in a controlled environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages