DL in napari#
Some DL in napari plugins#
Stardist#
For a comprehensive overview of stardist in napari check out this workshop tutorial
Cellpose#
From Carsen Stringer’s group at HHMI Janelia Research Campus.
For more info see here.
Steps:
File > Open Sample > cellpose-napari > Cells 2D
Plugins > cellpose
Check cellpose options in screenshot to repeat
# !pip install git+https://github.com/MouseLand/cellpose-napari
Segment anything#
From Jordão Bragantini of the Royer lab, CZ Biohub
For more info see here
# !pip install git+https://github.com/royerlab/napari-segment-anything.git@fix-napari-colors
napari-convpaint#
napari-convpaint by Guillaume Witz for interactive segmentation using pretained NN models.
# !pip install git+https://github.com/guiwitz/napari-convpaint.git
CellCanvas#
CellCanvas is a tool made by Kyle Harrington and Kevin Yamauchi along with more collaborators like Lorenz Lamm, Kevin Zhao, and Utz Ermel.
# !pip install git+https://github.com/cellcanvas/cellcanvas.git@dl-at-mbl-2024
import napari
viewer = napari.Viewer()