Skip to content

Hekstra-Lab/napari-labeller

Repository files navigation

napari-labeller

A plugin for doing manual instance segmentation.

Maybe very similar to zarpaint


Installation

git clone https://github.com/Hekstra-Lab/napari-labeller
cd napari-labeller
conda create -n labeller -c conda-forge python=3.9
conda activate labeller
pip install "napari[all]"
pip install -e .

You can then launch napari with extension active by running:

napari -w napari-labeller

Keybindings

  • q : erase

  • w : fill

  • e : paint

  • r : pick

  • t : create new label

  • scroll : modify brush size when in paint mode

  • Shift + Scroll : scrub through time points

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "napari-labeller" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

misc

This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages