Efficient open-source Python implementation of the Uncertainty-Aware Tracking approach: https://doi.org/10.1093/bioinformatics/bty776
You can either use our colab notebooks for examples for cell tracking or install and run the examples on your computer locally. We recommend the usage of Linux ubuntu for a local installation.
We provide a basic example for using the tracking configurations described in our paper.
We provide an example showing the integration of a new custom model (in that case cell age) into the tracking configuration.
Install PyUAT from pypi
pip install uatrack
git clone https://github.com/JuBiotech/PyUAT
cd PyUAT
pip install -e .
Try our example_simple.ipynb
notebook to get started with the tracking.
We utilize the publicly available Tracking one-in-a-million
dataset introduced by Seiffarth et al. at the ECCV 2024.