Skip to content

pr4deepr/cellpose-colab

Repository files navigation

Cellpose

This notebook uses cellpose v2.3.2.

2D Notebook: Open In Colab

Cellpose: Cellpose: https://github.com/MouseLand/cellpose

3D prediction is available by the ZeroCostDL4Mic team. The notebooks are inspired by the ZeroCostDL4Mic series of notebooks from the Henriques Lab and do borrow components from it as well.

v0.5 update:

  • 2024/04/09 Constrained cellpose version to be 2.3.2 to maintain compatibility.

v0.4 update:

  • Fixed bug where new models could not be used for prediction

v0.3 update:


Running cellpose and colab on local conda installation

This is mainly if you'd like to train data using your PC resources Installation instructions are provided in the notebook below. The cellpose_colab_local.yml file provided here is only for upgrading the existing cellpose environment. Check the notebook below for more info.

2D Notebook_local_environment (run locally on a PC): Open In Colab

This is not guaranteed to work on every system. If you have an error:

ImportError: Numba needs NumPy 1.21 or less

Run:

pip install numpy==1.21