Skip to content

Commit ab23ad3

Browse files
committed
add initial version
1 parent d067306 commit ab23ad3

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

_pages/plugins/cellpose-appose.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Cellpose-Appose
3+
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:
32+
- `Plugins>Segmentation>Cellpose-Appose>Cellpose...`
33+
- `Plugins>Segmentation>Cellpose-Appose>Cellpose-SAM...`
34+
- Configure your Cellpose run through the Graphic Interface
35+
- Press "Ok" and Enjoy!
36+
37+
> [!NOTE]
38+
> The python environment will be automatically installed in your home `.local\shared\appose` directory and activated from the plugin when needed.

0 commit comments

Comments
 (0)