You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: PLugin to use Cellpose from Fiji relying on Appose.
4
+
categories: [Segmentation]
5
+
---
6
+
7
+
8
+
This is a plugin to install and run [cellpose](https://www.cellpose.org/) on 2D/3D in Fiji.
9
+
Two version of cellpose is available:
10
+
- Cellpose (v3)
11
+
- Cellpose-SAM (v4)
12
+
13
+
This plugin is based on [Appose](https://github.com/apposed/appose), that automatically install python environment and allows python script execution with shared objects with Fiji.
14
+
15
+
## Installation
16
+
17
+
You can install the plugin for the unliste update site `Appose-Playground`:
18
+
in Fiji, go to `Help>Update...` then to `Manage Update Sites` in the window that opens.
19
+
Click `Add unliste update site`, name it `Appose-Playground` and write its address `https://sites.imagej.net/Appose-Playground`.
20
+
21
+
Select the Appose-Cellpose `.jar` file to install only this plugin, or keep all proposed plugins.
22
+
Press `Apply changes` and restart Fiji when it's done.
23
+
24
+
> [!IMPORTANT]
25
+
> You should have a recent version of Fiji, based on Java 21 or more. Download a new version if you're current installation is too old.
26
+
27
+
## Usage
28
+
29
+
From Fiji
30
+
- Open the image that you want to process.
31
+
- Launch one of the cellpose version available in the plugin:
0 commit comments