Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.91 KB

File metadata and controls

33 lines (24 loc) · 1.91 KB

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