napari ConvPaint

napari-convpaint

A plugin for segmentation by pixel classification using convolutional feature extraction

License PyPI Python Version tests codecov napari hub

overview conv-paint This napari plugin can be used to segment objects in images based on a few brush strokes providing examples of foreground and background. Based on the same idea as other tools like ilastik, its main strength is that it provides good results without adjusting any parameters. The filters used to generate features for classification are indeed taken from layers of trained deep learning networks and don't need to be chosen manually. Find more information in the docs.

overview conv-paint

The idea behind the plugin comes directly from the work of Lucien Hinderling (University of Bern) and can be found here: https://github.com/hinderling/napari_pixel_classifier.

Installation

You can install napari-convpaint via pip

pip install napari-convpaint

To install latest development version :

pip install git+https://github.com/guiwitz/napari-convpaint.git

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-convpaint" is free and open source software

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.

The idea behind this napari plugin was first developed by Lucien Hinderling in the group of Olivier Pertz, at the Institute of Cell Biology, University of Bern. The code has first been shared as open source resource in form of a Jupyter Notebook. With the desire to make this resource accessible to a broader public in the scientific community, the Pertz lab obtained a CZI napari plugin development grant with the title "Democratizing Image Analysis with an Easy-to-Train Classifier" which supported the adaptation of the initial concept as a napari plugin called napari-convpaint. The plugin has been developed by Guillaume Witz, Mykhailo Vladymyrov and Ana Stojiljkovic at the Data Science Lab, University of Bern, in tight collaboration with the Pertz lab.

Issues

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

Version:

  • 0.4.0

Last updated:

  • 28 February 2024

First released:

  • 01 November 2023

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 10
  • Forks: 3
  • Issues + PRs: 2

Python versions supported:

Operating system:

Requirements:

  • einops
  • joblib
  • magicgui
  • napari
  • napari-annotation-project
  • napari-guitils
  • numpy
  • pyyaml
  • qtpy
  • scikit-learn
  • scikit-image
  • tifffile
  • torch
  • torchvision >=0.13.0
  • pandas
  • zarr

Sign up to receive updates