Napari TRAck VALIdator
- Enables manual validation of cell tracking results.
Currently at this early stage, you can install Napari Travali only fron GitHub You can install Napari Travali via G
$ pip install git+https://github.com/yfukai/napari-travali
<!-- Currently we accept segmented / tracked data in the following format.
file format :
zarr
contents : -
Dataset
namedimage
… 5-dim dataset with dimensional orderTCZYX
-Group
namedlabels
Dataset
namedoriginal
… 4-dim dataset with dimensional orderTZYX
-attr
namedfinalized_track_ids
-attr
namedcandidate_track_ids
-attr
namedtarget_Ts
Dataset
nameddf_tracks
Dataset
nameddf_divisions
-->
Please see the Command-line Reference for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, Napari Travali is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.