trackastra

napari-trackastra

Napari plugin for cell tracking with trackastra.

PyPI tests codecov napari hub

A napari plugin for cell tracking with trackastra.

demo

Installation

Install the latest version from PyPI with:

pip install napari-trackastra

For tracking with an integer linear program (ILP, which is optional), follow the installation instructions of the main trackastra package.

Notes:

  • On Windows currently only supported for Python 3.10.

Usage

  • trackastra expects a timeseries of raw images and corresponding segmentations masks as input.
  • We provide some demo data at File > Open Sample > trackastra.
  • Tracked cells can be directly saved to Cell Tracking Challenge format.
  • Results can be drag-and-dropped back into napari for inspection.

Version:

  • 0.1.4

Last updated:

  • 19 June 2024

First released:

  • 30 May 2024

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 10
  • Forks: 1
  • Issues + PRs: 0

Python versions supported:

Operating system:

Requirements:

  • napari[all]<0.5
  • numpy
  • magicgui
  • qtpy
  • scikit-image
  • trackastra
  • napari-ctc-io