cellpose
cellpose is an anatomical segmentation algorithm written in Python 3. For support, please open
an issue. We make pip installable releases of cellpose available on pypi. You
can install it as pip install cellpose[gui].
Cellpose-SAM: superhuman generalization for cellular segmentation now available!
run Cellpose-SAM in the cloud (no install) at Hugging Face.
paper on biorxiv
See details on migrating from Cellpose 3 to 4 in Settings
Old releases:
Cellpose3: one-click image restoration for improved cellular segmentation
Cellpose 2.0: how to train your own model
Cellpose: a generalist algorithm for cellular segmentation
paper on biorxiv (see figure 1 below) and in nature methods
twitter thread
Marius’s talk
Basics:
Examples:
Reference:
- Cellpose API Guide
- CellposeModel
- Training
- Metrics
- Flows <=> masks
- Image transforms
- I/O functions
- Utils functions
TqdmToLoggercircleMask()diameters()dilate_masks()distance_to_boundary()download_url_to_file()fill_holes_and_remove_small_masks()get_mask_compactness()get_mask_perimeters()get_mask_stats()get_masks_unet()get_outline_multi()get_perimeter()masks_to_edges()masks_to_outlines()outlines_list()outlines_list_multi()outlines_list_single()radius_distribution()remove_edge_masks()size_distribution()stitch3D()
- Plot functions
- Transformer class
- Core functions
- All models functions
- Cellpose CLI