Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janclemenslab/etho_annotator
https://github.com/janclemenslab/etho_annotator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/janclemenslab/etho_annotator
- Owner: janclemenslab
- License: apache-2.0
- Created: 2023-09-19T14:19:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T19:30:30.000Z (11 months ago)
- Last Synced: 2024-02-06T20:37:14.289Z (11 months ago)
- Language: Jupyter Notebook
- Size: 498 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`