Graphical tool for quickly creating image segmentation annotations and training custom Cellpose models.
Main features:
- Select regions of interests using Napari (from one or multiple images)
- Create cell annotations using QuPath or Napari
- Train a new Cellpose model (with the option to train your model via the browser using a remote server with GPU and CUDA support) or export the training data and train a new model using the
cellpose>=2.0
interface.
To install it, see the documentation.
Load one or more images (with one or multiple channels) and select the areas that you want to annotate and use for training.
Get a QuPath project that you can directly use to annotate the regions you selected, or annotate them directly using Napari. Otherwise, you can also export the regions you selected in the format expected by the cellpose software and label them in cellpose
Train a new model directly from the tool, or export the training data and train a new model using the cellpose>=2.0
interface.
If your machine does not have a GPU and CUDA support, you can install the TrainCellposeServer
tool on a remote server with a GPU and train your models remotely via the browser (see Cellpose training server tool).