Skip to content

sdcardoso/pythonVideoAnnotator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Video Annotator

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.

Initial propose

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.

Developers

Video annotator screenshot

Installation & Running

The application was developed and tested with Ubuntu 12.04 and 14.

Dependencies

  • 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

Running

From the Terminal run:

python VideoAnnotationEditor.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%