The software is an application written in python, which provides a GUI for users to analyse and to take notes of events occurred in the videos.
Features:
- Timeline for video navigation.
- Multiple events edition in the timeline.
- Graphs visualization over time.
- Objects tracking path edition.
- Plugins based app.
- Ricardo Ribeiro - collaborator of the Scientific Software Platform of the Champalimaud Foundation.
- Hugo Cachitas working - collaborator of the Innate Behavior Lab of the Champalimaud Foundation.
- Carlos Mão de Ferro - collaborator of the Scientific Software Platform of the Champalimaud Foundation.
- Download & install Anaconda
- Download this repository and uncompress it to a folder.
- Enter in the folder that you just uncompressed using the Terminal, and execute the next command:
for mac:
conda env create -f environment-macosx.yml
source activate videoannotator
python install.py
for windows:
conda env create -f environment-windows.yml
source activate videoannotator
python install.py
In the Video Annotator folder in the Terminal run:
for mac:
source activate videoannotator
python -m pythonvideoannotator
for windows:
activate videoannotator
python -m pythonvideoannotator
This project was initially developed in collaboration with the Innate Behavior Lab to correct the result of a Computer Vision software to track flies in an arena

