Skip to main content

A napari plugin for Segment Anything Model 3 (SAM3) image segmentation with Simple and Advanced workflows, text, points, boxes, exemplars, tiled ROI inference, mask operations, and 3D/video-like propagation

Project description

napari-sam3-assistant

DOI

napari-sam3-assistant UI

Latest version: 4.4.0

napari-sam3-assistant is a napari plugin for local Segment Anything Model 3 (SAM3) segmentation. It provides:

  • a guided Simple mode for common segmentation work;
  • an Advanced mode for model setup, batch runs, tiled inference, result tables, and 3D/video-style propagation;
  • a separate SAM3 Mask Operations widget for cleanup, relabeling, isolation, merge, overlap inspection, and export.

The plugin is intended for researchers who want SAM3 results back in napari as normal Labels, Shapes, and table-style outputs that can be reviewed, corrected, saved, and exported.

What It Does

  • Segment 2D images with point, box/Shapes, labels-mask, text, or exemplar prompts.
  • Search for similar features with exemplar prompting from a drawn region or crop image.
  • Correct previews with Live Points using positive and negative clicks.
  • Run tiled inference on large TIFF or OME-Zarr-style images.
  • In Advanced mode, run Phase 1 Huge Volume exemplar scans by processing 3D stacks slice by slice and writing tiled masks directly to OME-Zarr.
  • Scan large 2D images tile by tile from an exemplar ROI and stitch the result into full-size labels.
  • Run experimental folder batch inference from a tested exemplar, writing TIFF or OME-Zarr masks to disk without loading full batch outputs into the viewer.
  • Propagate prompts through 3D stacks or video-like data when the installed SAM3 backend supports the workflow.
  • Save previews, clean connected components, relabel values, isolate overlapping candidates, merge labels/layers, inspect overlap, and export final masks.
  • In Mask Operations, edit bounded regions with Mask Cleanup / Multiclass and save the current working region back to OME-Zarr or out to TIFF.

Documentation

Start here:

  1. Installation
  2. Model setup
  3. User guide
  4. Mask operations
  5. Troubleshooting
  6. Huge Volume Mode

Specialized setup:

Maintainer notes:

Quick Start

  1. Install napari, PyTorch, the SAM3 backend, and this plugin.
  2. Download the SAM3 model files from Meta's gated Hugging Face repositories.
  3. Launch napari.
  4. Open Plugins > SAM3 Assistant.
  5. Choose a model folder.
  6. In Simple mode, select an image, choose a task tab, add a prompt, and click Run, Run Current ROI, or Start 3D.
  7. Use Mask Ops or Plugins > SAM3 Mask Operations when the preview needs cleanup, merge, or export.

For full setup commands, see Installation.

Requirements

  • Python >=3.11
  • napari >=0.5
  • SAM3 Python package importable as sam3
  • CUDA-enabled PyTorch and torchvision for normal use
  • Local SAM3 model directory containing:
    • config.json
    • processor_config.json
    • a weight file such as sam3.pt, model.safetensors, or sam3.1_multiplex.pt

CPU-only use is experimental and limited to SAM3.0 2D image workflows with a CPU-safe SAM3 backend. See CPU-only SAM3.0 setup.

Model Files

SAM3 is not bundled with this plugin. Install the SAM3 backend separately and download model files from Meta's gated Hugging Face repositories:

Example SAM3.0 folder:

D:\models\sam3\
  config.json
  processor_config.json
  sam3.pt

Example SAM3.1 folder:

D:\models\sam3_1\
  config.json
  processor_config.json
  sam3.1_multiplex.pt

Current model support:

  • SAM3.0 weights: 2D image tasks and 3D/video propagation
  • SAM3.1 sam3.1_multiplex.pt: 3D/video propagation through the SAM3.1 multiplex video predictor
  • SAM3.1 is not currently routed through the plugin's 2D image model loader

See Model setup for validation and device details.

Prompt Guidance

For microscopy and other research images, the most useful prompts are usually visual examples and local corrections, not text descriptions.

Recommended starting order:

  1. Exemplar with a box or Shapes region for feature search.
  2. Live Points with positive and negative points for local correction and repeatable object-by-object segmentation.
  3. 3D Multiplex with a box or Shapes region for propagating one selected object through slices or frames.
  4. 2D Slice with point or box prompts for quick single-plane local masks.

Text prompting is available, but it is least reliable for specialized microscopy/anatomy terms. Labels-mask prompts are also available, but they are best treated as an advanced option when you already have a useful rough mask.

Shapes prompts are treated as bounding boxes by the current SAM3 prompt path. Rectangles are the clearest choice. Polygons can mark a region, but SAM3 receives the polygon's bounding rectangle, not the exact polygon contour.

See User guide for detailed examples.

Workflow Highlights

Fast local segmentation loop:

  1. Use Exemplar, 2D Slice, or a box/Shapes prompt to create a preview.
  2. Switch to Live Points when the preview is close.
  3. Add positive points on missed parts and negative points on leakage.
  4. Use the Live Points right-click menu to Accept + Clear. This menu is available in both Simple mode and Advanced mode while Live Points is active.
  5. Click Save Labels or Save & Clean.
  6. Move to the next object or ROI and repeat.

Tiled ROI loop:

  1. Enable tiled inference and choose a tile/ROI size.
  2. Draw or select a prompt box/point.
  3. Click Run Current ROI Only to test that local region.
  4. Changing ROI size recomputes the next local region; previous active ROIs are reused only when the requested size still matches.

Exemplar scan loop:

  1. Draw a tight exemplar region around a representative object.
  2. Run the current ROI first.
  3. If the ROI result is good, scan the full image by tiles.
  4. Review SAM3 tiled exemplar labels and SAM3 tiled exemplar boxes.
  5. Use SAM3 Mask Operations for cleanup, isolation, merge, and export.

Tiled exemplar scans are a search workflow, not an exact repeat of Run Current ROI Only. The current tiled scan uses one exemplar crop as a visual reference for each tile by composing an exemplar-plus-tile image, then writes the tile-side result back to the full canvas. Multiple boxes in the current ROI can help Run Current ROI Only when they overlap that ROI, but tiled scan currently uses the first collected exemplar crop as the default reference for all tiles.

Experimental folder batch loop:

  1. In Advanced Exemplar segmentation, load one representative image or crop.
  2. Enable tiled inference, choose tile size and overlap, and draw/select the exemplar box.
  3. Click Run Current ROI Only to confirm the exemplar works locally.
  4. Check Run folder batch; Step 4 shows input folder, output folder, and output format.
  5. Click Run Folder Batch. Masks are written to disk with the same input stem plus _mask, such as image001_mask.tif or image001_mask.ome.zarr.

Folder batch is experimental. Input currently supports common 2D image files and TIFF stacks (.tif, .tiff, .png, .jpg, .jpeg, .bmp). OME-Zarr and ND2 input, nested-folder mirroring, overwrite/resume policy, and chunked output for truly huge 100k x 100k images are not wired yet. Batch outputs are not automatically loaded into the viewer; drag written masks or OME-Zarr outputs into napari to review quality.

Huge Volume Phase 1 is available in Advanced Exemplar mode for 3D stacks. Enable Enable tiled inference, check Scan all Z slices to OME-Zarr, then use Scan Z Stack by Tiles. This path writes tile labels directly to an OME-Zarr mask store and does not create a full in-memory volume. To curate the result, drag/open the mask as a Labels layer, use Mask Operations > Mask Cleanup / Multiclass with Current slice or a small Z range plus Manual ROI/Drawn ROI, then use Region Output to write the current working region back to the loaded OME-Zarr store/array or export it as TIFF. Region Output reports OME-Zarr shape/chunks/axes/dtype and requires an explicit override before writing to a different store. Mask Cleanup blocks unsafe huge-volume choices such as Whole volume and unbounded Full mask. Seam merging, cross-Z object linking, and resumable jobs are planned later phases.

Advanced mode also includes Detection threshold, with default 0.35. Lower values accept weaker candidates and may add false positives. Higher values are stricter and may miss faint or uncommon structures. The Results table Score is backend confidence when available; it is a review aid, not a scientific quality measurement.

Output Layers

Common preview layers:

SAM3 preview labels
SAM3 preview masks
SAM3 preview boxes
SAM3 propagated preview labels
SAM3 tiled exemplar labels
SAM3 tiled exemplar masks
SAM3 tiled exemplar boxes

Common saved or curated layers:

SAM3 saved labels
SAM3 saved propagated labels
SAM3 saved tiled exemplar labels
isolated_objects
merged_class_mask
final_training_mask

Current Status

This project is young and under active development. The core inference workflow is stable: collect prompts in napari, run SAM3 locally, write previews back to napari, and help users save masks. Mask Operations is useful but still evolving. The UI may continue to change, so the documentation is organized around user tasks rather than exact layout alone.

Development

Install in editable mode:

pip install -e .

Run tests:

PYTHONPATH=src pytest -q

The test suite covers coordinate mapping, prompt collection, adapter utility behavior, mask operation services, and static widget UI checks. It does not download SAM3 weights.

Citation

If you use napari-sam3-assistant in your work, please cite the Zenodo archive for version 4.4.0:

Teo, Wulin. (2026). napari-sam3-assistant (Version 4.4.0) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.20367206

@software{teo_2026_napari_sam3_assistant,
  author = {Teo, Wulin},
  title = {napari-sam3-assistant},
  version = {4.4.0},
  year = {2026},
  publisher = {Zenodo},
  doi = {10.5281/zenodo.20367206},
  url = {https://doi.org/10.5281/zenodo.20367206}
}

References

Acknowledgement

The demo image was provided by the Electron Microscopy Core Facility at Houston Methodist Research Institute.

License

MIT. See the project license file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

napari_sam3_assistant-4.4.0.tar.gz (189.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

napari_sam3_assistant-4.4.0-py3-none-any.whl (197.8 kB view details)

Uploaded Python 3

File details

Details for the file napari_sam3_assistant-4.4.0.tar.gz.

File metadata

  • Download URL: napari_sam3_assistant-4.4.0.tar.gz
  • Upload date:
  • Size: 189.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for napari_sam3_assistant-4.4.0.tar.gz
Algorithm Hash digest
SHA256 e18c584bdbaa0a85ad14199f702abc4fad40b2e6f31f868fcd218e48056e1dee
MD5 211ef173c087c8ec9310d7c65e19d603
BLAKE2b-256 ba20b19cedcafd47b6904ef5d8cb55b470c8de6c302d38b693102da8e19e4cda

See more details on using hashes here.

File details

Details for the file napari_sam3_assistant-4.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for napari_sam3_assistant-4.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f56114efd532449fd03f208bcfe54a74b4a6e406a1aa4875cf6c72f9d35c5e9d
MD5 5017616def8d2be66f90c4c3fb7da021
BLAKE2b-256 a471ba403e1ffb4cd55e26c3881701589605bb3e10cbaa96daee0bbf97065fd6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page