helpers for working with deep lab cut tracking results
Go to file
2024-06-01 12:19:43 +02:00
src/etrack docstrings 2024-06-01 12:19:43 +02:00
test docs, fixes and test for nixtrack data wrapper 2024-06-01 12:19:34 +02:00
.gitignore restructuring project with toml add a test and docstrings 2024-05-30 23:59:16 +02:00
pyproject.toml restructuring project with toml add a test and docstrings 2024-05-30 23:59:16 +02:00
README.md add info files 2024-05-24 17:31:52 +02:00

E-Fish tracking

Tool for easier handling of tracking results.

Installation

1. Clone git repository

git clone https://whale.am28.uni-tuebingen.de/git/jgrewe/efish_tracking.git

2. Change into directory

cd efish_tracking

3. Install with pip

pip3 install -e . --user

The -e installs the package in an editable model that you do not need to reinstall whenever you pull upstream changes.

If you leave away the --user the package will be installed system-wide.

TrackingResults

Is a class that wraps around the *.h5 files written by DeepLabCut

ImageMarker

Class that allows for creating MarkerTasks to get specific positions in a video.