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
+25-9Lines changed: 25 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,14 @@ We implement napari applications for:
10
10
- interactive 3d segmentation
11
11
- interactive tracking of 2d image data
12
12
13
-
**Early beta version**
13
+
**Beta version**
14
14
15
-
This is an early beta version. Any feedback is welcome, but please be aware that the functionality is under active development and that several features are not finalized or thoroughly tested yet.
16
-
Once the functionality has matured we plan to release the interactive annotation applications as [napari plugins](https://napari.org/stable/plugins/index.html).
15
+
This is an advanced beta version. While many features are still under development, we aim to keep the user interface and python library stable.
16
+
Any feedback is welcome, but please be aware that the functionality is under active development and that some features may not be thoroughly tested yet.
17
+
We will soon provide a stand-alone application for running the `micro_sam` annotation tools, and plan to also release it as [napari plugin](https://napari.org/stable/plugins/index.html) in the future.
17
18
18
19
If you run into any problems or have questions please open an issue or reach out via [image.sc](https://forum.image.sc/) using the tag `micro-sam` and tagging @constantinpape.
19
20
20
-
**New in version 0.02**
21
-
22
-
- We have added support for bounding box prompts (see the gif below), which provide better segmentation results than points in many cases.
23
-
- Interactive tracking now uses a better heuristic to propagate masks across time, leading to better automatic tracking results.
Copy file name to clipboardExpand all lines: doc/start_page.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,15 @@
2
2
3
3
Segment Anything for Microscopy implements automatic and interactive annotation for microscopy data. It is built on top of [Segment Anything](https://segment-anything.com/) by Meta AI and specializes it for microscopy and other bio-imaging data.
4
4
Its core components are:
5
-
- The `micro_sam` annotator tools: interactive data annotation with [napari](https://napari.org/stable/) applications.
6
-
- The `micro_sam` library: apply Segment Anything to multi-dimensional data or fine-tune it on your data.
7
-
- The `micro_sam` models: Segment Anything models fine-tuned on publicly available microscopy data.
5
+
- The `micro_sam` annotator tools for interactive data annotation with [napari](https://napari.org/stable/).
6
+
- The `micro_sam` library to apply Segment Anything to 2 and 3d data or fine-tune it on your data.
7
+
- The `micro_sam` models that are fine-tuned on publicly available microscopy data.
8
+
9
+
Our goal is to build fast and interactive annotation tools for microscopy data, like interactive cell segmentation from bounding boxes:
0 commit comments