Skip to content
 
 

Latest commit

 

History

255 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Video Annotator

Documentation on ReadTheDocs

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.

Video

Developers

Video annotator screenshot

Installation & Running

  • 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

Run

In the Video Annotator folder in the Terminal run:

for mac:

source activate videoannotator
python -m pythonvideoannotator

for windows:

activate videoannotator
python -m pythonvideoannotator

Collaboration

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

About

Champalimaud Foundation - Python Video Annotator

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages