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
We extract individual timepoints from the denoised TIFF stack (done manually or with Fiji).
95
95
We then open selected frames in the **Cellpose GUI**, annotate them, and save masks as `_seg.npy`.
96
96
97
+
To annotate 3D images open cellpose GUI as:
98
+
```
99
+
python -m cellpose --Zstack
100
+
```
101
+
For more information on how to annotate images read [this docs](https://cellpose.readthedocs.io/en/latest/gui.html) and [this blog post](https://focalplane.biologists.com/2025/06/05/annotating-images-in-cellpose/).
0 commit comments