Tool for easier handling of tracking results.
git clone https://whale.am28.uni-tuebingen.de/git/jgrewe/efish_tracking.git
cd efish_tracking
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.
Is a class that wraps around the *.h5 files written by DeepLabCut
Class that allows for creating MarkerTasks to get specific positions in a video.