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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,13 @@ Please see install instructions [below](README.md/#Installation), and also check
24
24
25
25
### :star2: v3 (Feb 2024) :star2:
26
26
27
-
Cellpose3 enables image restoration in the GUI and the API (CLI support and example notebooks coming soon!) To learn more...
28
-
* Check out the paper [thread](https://neuromatch.social/@computingnature/111932247922392030).
27
+
Cellpose3 enables image restoration in the GUI, API and CLI (saved to `_seg.npy`). To learn more...
29
28
* Check out the [paper](https://www.biorxiv.org/content/10.1101/2024.02.10.579780v1).
29
+
* Check out the paper [thread](https://neuromatch.social/@computingnature/111932247922392030).
30
+
* API documentation [here](https://cellpose.readthedocs.io/en/latest/restore.html)
31
+
* Example google colab notebook for image restoration: [](https://colab.research.google.com/github/MouseLand/cellpose/blob/main/notebooks/run_cellpose3.ipynb).
32
+
* Example google colab notebook with new super-generalist "cyto3" model: [](https://colab.research.google.com/github/MouseLand/cellpose/blob/main/notebooks/run_cyto3.ipynb).
33
+
30
34
31
35
Try out the new `cyto3` super-generalist Cellpose model with `model_type="cyto3"`. There are some Cellpose API changes from v2.0 which will be documented soon.
0 commit comments