Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janclemenslab/etho_annotator


https://github.com/janclemenslab/etho_annotator

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# EthoAnnotator

## Installation
```shell
conda create -n annotator
conda activate -n annotator
conda install pyqtgraph pyside6 numpy matplotlib pyyaml pyvideoreader rich qtpy defopt -c conda-forge
pip install git+https://github.com/janclemenslab/etho_annotator --no-deps
```

## Usage
Start gui with:

- `python -m etho_annotator.app` (will open file open dialog for selecting a video)
- `python -m etho_annotator.app path/to/video.mp4`