The software is a standalone application written in python, which intend to provide a GUI for users to take notes of events occurred in the videos.
It 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.
Later was modified to become more generic, and extensible.
- 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.
The application was developed and tested with Ubuntu 12.04 and 14.
- Python 2.7
- PyQt4:
sudo apt-get install pyqt4-dev-tools python-qt4 python-qt4-gl - Numpy:
sudo apt-get install python-numpy - PyOpenGL:
sudo pip install pyopengl - Python OpenCV:
sudo apt-get install python-opencv
From the Terminal run:
python VideoAnnotationEditor.py
