Skip to content

BioroboticsLab/bb_waggledance_annotator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waggle dance annotator tool

This tool provides a GUI interface to annotate videos with the location, direction, and timing of honey bee waggle dances in an observation hive.

Installation

pip install git+https://github.com/BioroboticsLab/bb_waggledance_annotator.git

Note

The version 'dance_analysis' uses OpenCV for video annotation, and has a memory problem on Mac. The updated version 'dance_analysis_2' fixes this problem and adds additional features, using a Tkinter interface for annotation

Usage

After installation, start a new terminal in order to reload settings. Then you can start the program from a terminal by running:

dance_analysis_2

By default the tool opens the current directory to select videos for annotation. Optionally the '-p' parameter can be used to specify a directory to open, for example

dance_analysis_2 -p /path/to/directory

See the key mappings and instructions shown in the GUI for how to navigate the videos and mark annotations.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%