Skip to content

Commit 4f60b12

Browse files
authored
Merge pull request #423 from gletort/cellposeappose-doc
Cellposeappose doc
2 parents d067306 + 62dd840 commit 4f60b12

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

_pages/plugins/cellpose-appose.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Cellpose-Appose
3+
description: PLugin to use Cellpose from Fiji relying on Appose.
4+
artifact: fiji.plugin:Cellpose_Appose
5+
categories: [Segmentation]
6+
---
7+
8+
9+
This is a plugin to install and run [cellpose](https://www.cellpose.org/) on 2D/3D in Fiji.
10+
Two version of cellpose is available:
11+
- Cellpose (v3)
12+
- Cellpose-SAM (v4)
13+
14+
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.
15+
16+
## Installation
17+
18+
You can install the plugin for the unliste update site `Appose-Playground`:
19+
in Fiji, go to `Help>Update...` then to `Manage Update Sites` in the window that opens.
20+
Click `Add unliste update site`, name it `Appose-Playground` and write its address `https://sites.imagej.net/Appose-Playground`.
21+
22+
Select the Appose-Cellpose `.jar` file to install only this plugin, or keep all proposed plugins.
23+
Press `Apply changes` and restart Fiji when it's done.
24+
25+
> [!IMPORTANT]
26+
> 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.
27+
28+
## Usage
29+
30+
From Fiji
31+
- Open the image that you want to process.
32+
- Launch one of the cellpose version available in the plugin:
33+
- `Plugins>Segmentation>Cellpose-Appose>Cellpose...` _see [here](#cellpose) for documentation_
34+
- `Plugins>Segmentation>Cellpose-Appose>Cellpose-SAM...` _see [here](#cellpose-sam) for documentation_
35+
- Configure your Cellpose run through the Graphic Interface
36+
- Press "Ok" and Enjoy!
37+
38+
> [!NOTE]
39+
> The python environment will be automatically installed in your home `.local\shared\appose` directory and activated from the plugin when needed.
40+
41+
42+
## Cellpose
43+
44+
The option `Plugins>Segmentation>Cellpose-Appose>Cellpose...` allows to run CellPose v3.
45+
46+
## Cellpose-SAM
47+
48+
The option `Plugins>Segmentation>Cellpose-Appose>Cellpose-SAM...` allows to run CellPose v4 with SAM.
49+
50+
### Cuda selection

0 commit comments

Comments
 (0)