Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 952 Bytes

File metadata and controls

19 lines (14 loc) · 952 Bytes

motile_toolbox

tests pre-commit.ci status codecov

A suite of tools for helping to run tracking with motile. Current functionality includes creating candidate graphs from segmentations and track loading utilities. API documentation available at: https://funkelab.github.io/motile_toolbox.

Installation

pip install motile-toolbox

Or, using uv to install from source:

git clone https://github.com/funkelab/motile_toolbox.git
cd motile_toolbox
uv sync