The napari hub is transitioning to a community-run implementation due to launch in June 2025.
Since October 1, 2024, this version is no longer actively maintained and will not be updated. New plugins and plugin updates will continue to be listed.

Pixel Classification XGBoost

napari-xgboost

A plugin for pixel classification using XGBoost

Workflow step:
Image segmentation

License BSD-3 PyPI Python Version tests codecov napari hub

A plugin for pixel classification using XGBoost, inspired by Digital Sreeni's Youtube video.

Note: This plugin is work-in-progress. Check out the github issues to see what's currently being worked on.

Usage

Load an example image into napari. Add a Labels layer by clicking on this button:

img.png

Then, draw a sparse annotation on the image. Try to draw thin lines on background and foreground, e.g. like this:

img_1.png

Then click the menu Layers > Segment > Train Pixel Classifier (XGBoost).

img_2.png

In the dialog, select the original image and the labels layer. Also enter a filename where the model should be saved. Afterwards, click on Run to explore the result.

img_3.png

Installation

You can install napari-xgboost via pip:

pip install napari-xgboost

To install latest development version :

pip install git+https://github.com/haesleinhuepf/napari-xgboost.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-xgboost" is free and open source software

Issues

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

Version:

  • 0.1.0

Last updated:

  • 05 July 2024

First released:

  • 05 July 2024

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 4
  • Forks: 0
  • Issues + PRs: 3

Python versions supported:

Operating system:

Requirements:

  • numpy
  • magicgui
  • qtpy
  • scikit-image
  • xgboost
  • apoc