Metadata-Version: 2.1
Name: Python-video-annotator
Version: 3.305.532
Summary: UNKNOWN
Home-page: https://bitbucket.org/fchampalimaud/pythonvideoannotator-models
Author: ['Ricardo Ribeiro']
Author-email: ricardojvr@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: simplejson
Requires-Dist: pypi-xmlrpc
Requires-Dist: send2trash
Requires-Dist: scipy
Requires-Dist: sklearn
Requires-Dist: confapp
Requires-Dist: geometry-designer (==0.4.38)
Requires-Dist: modular-computer-vision-api-gui (==0.3.31)
Requires-Dist: pyforms-gui (==4.904.151)
Requires-Dist: modular-computer-vision-api (==0.3.28)
Requires-Dist: python-video-annotator-models-gui (==0.7.63)
Requires-Dist: python-video-annotator-models (==0.8.82)
Requires-Dist: python-video-annotator-module-timeline (==0.6.26)
Requires-Dist: python-video-annotator-module-eventstats (==0.5.15)
Requires-Dist: python-video-annotator-module-virtual-object-generator (==0.6.26)
Requires-Dist: python-video-annotator-module-deeplab (==0.902.21)
Requires-Dist: python-video-annotator-module-contours-images (==0.5.28)
Requires-Dist: python-video-annotator-module-tracking (==0.6.38)
Requires-Dist: python-video-annotator-module-smooth-paths (==0.5.19)
Requires-Dist: python-video-annotator-module-distances (==0.5.18)
Requires-Dist: python-video-annotator-module-path-map (==0.6.16)
Requires-Dist: python-video-annotator-module-motion-counter (==0.5.26)
Requires-Dist: python-video-annotator-module-create-paths (==0.5.15)
Requires-Dist: python-video-annotator-module-regions-filter (==0.5.18)
Requires-Dist: python-video-annotator-module-import-export (==0.5.23)
Requires-Dist: python-video-annotator-module-background-finder (==0.5.21)
Requires-Dist: python-video-annotator-module-find-orientation (==0.5.18)
Requires-Dist: python-video-annotator-module-path-editor (==0.5.28)

# Python Video Annotator

[Documentation on ReadTheDocs](https://pythonvideoannotator.readthedocs.io)


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](docs/youtube.png)](https://www.youtube.com/watch?v=9C4Zr8fhqFo&t=63s)


### Developers

* Ricardo Ribeiro - collaborator of the [Scientific Software Platform](http://neuro.fchampalimaud.org/en/research/platforms/staff/Scientific%20Software/) of the [Champalimaud Foundation](http://fchampalimaud.org).
* Hugo Cachitas working - collaborator of the [Innate Behavior Lab](http://neuro.fchampalimaud.org/en/research/investigators/research-groups/group/Vasconcelos/) of the [Champalimaud Foundation](http://fchampalimaud.org).
* Carlos Mão de Ferro - collaborator of the [Scientific Software Platform](http://neuro.fchampalimaud.org/en/research/platforms/staff/Scientific%20Software/) of the [Champalimaud Foundation](http://fchampalimaud.org).


![Video annotator screenshot](docs/screenshot.png "Screen")

## Installation & Running

How to install:

1. Install Python 3.6 from  [python.org](https://www.python.org/)

2. Install pypi from [pypi.org](https://pypi.org/)

3. Install PythonVideoAnnotator from Pypi:
```
pip install python-video-annotator
```

How to run:

```
start-video-annotator
```

### For developers:

[Follow the steps described here](https://pythonvideoannotator.readthedocs.io/en/master/user-docs/install_and_run/install_and_run.html#for-developers)


## Collaboration

This project was initially developed in collaboration with the [Innate Behavior Lab](http://neuro.fchampalimaud.org/en/research/investigators/research-groups/group/Vasconcelos/) to correct the result of a Computer Vision software to track flies in an arena


