Cellpose – practical

Trainer: Damian Edward Dalle Nogare

Overview:  This section covers Cellpose, a generalist, deep learning-based segmentation method, which can precisely segment cells from a wide range of image types and does not require model retraining or parameter adjustments (https://doi.org/10.1038/s41592-020-01018-x).

Learning outcomes:

After this section you should be able to:

  • Identify Cellpose as a cellular segmentation algorithm, its potentials and limitations
  • Perform image analysis with Cellpose

Materials:

Further information:

Installation procedure:

conda create -n cellpose
conda activate cellpose
conda install pytorch==1.12.0 cudatoolkit=11.3 -c pytorch
pip install cellpose[gui]==2.3.2 (latest version 2)
pip install cellpose[gui] (version 3)
if there is an error also: pip install pyqt5