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
If you run into any problems or have questions regarding our tool please open an issue on Github or reach out via [image.sc](https://forum.image.sc/) using the tag `micro-sam` and tagging @constantinpape.
22
+
If you run into any problems or have questions regarding our tool please open an [issue](https://github.com/computational-cell-analytics/micro-sam/issues/new/choose) on Github or reach out via [image.sc](https://forum.image.sc/) using the tag `micro-sam`, and tagging [@constantinpape](https://forum.image.sc/u/constantinpape/summary) and [@anwai98](https://forum.image.sc/u/anwai98/summary).
If you are interested in contributing to micro-sam, please see the [contributing guide](https://computational-cell-analytics.github.io/micro-sam/micro_sam.html#contribution-guide). The first step is to [discuss your idea in a new issue](https://github.com/computational-cell-analytics/micro-sam/issues/new) with the current developers.
34
+
If you are interested in contributing to `micro-sam`, please see the [contributing guide](https://computational-cell-analytics.github.io/micro-sam/micro_sam.html#contribution-guide). The first step is to [discuss your idea in a new issue](https://github.com/computational-cell-analytics/micro-sam/issues/new) with the current developers.
35
35
36
36
37
37
## Citation
@@ -50,12 +50,12 @@ There are a few other napari plugins build around Segment Anything:
50
50
-https://github.com/hiroalchem/napari-SAM4IS
51
51
52
52
Compared to these we support more applications (2d, 3d and tracking), and provide finetuning methods and finetuned models for microscopy data.
53
-
[WebKnossos](https://webknossos.org/) also offers integration of SegmentAnything for interactive segmentation.
53
+
[WebKnossos](https://webknossos.org/)and [QuPath](https://qupath.github.io/)also offer integration of Segment Anything for interactive segmentation.
54
54
55
55
We have also built follow-up work that is based on `micro_sam`:
56
-
-https://github.com/computational-cell-analytics/patho-sam - improves SAM for histopathology
57
-
-https://github.com/computational-cell-analytics/medico-sam - improves it for medical imaging
58
-
-https://github.com/computational-cell-analytics/peft-sam - studies parameter efficient fine-tuning for SAM
56
+
-https://github.com/computational-cell-analytics/patho-sam - improves SAM for histopathology.
57
+
-https://github.com/computational-cell-analytics/medico-sam - improves SAM for medical imaging.
58
+
-https://github.com/computational-cell-analytics/peft-sam - studies parameter efficient fine-tuning for SAM.
Copy file name to clipboardExpand all lines: doc/start_page.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ After installing `micro_sam`, you can start napari from within your environment
32
32
```bash
33
33
$ napari
34
34
```
35
-
After starting napari, you can select the annotation tool you want to use from `Plugins -> SegmentAnything for Microscopy`. Check out the [quickstart tutorial video](https://youtu.be/gcv0fa84mCc) for a short introduction, the video of our [virtual I2K tutorial](https://www.youtube.com/watch?v=dxjU4W7bCis&list=PLdA9Vgd1gxTbvxmtk9CASftUOl_XItjDN&index=33) for an in-depth explanation and [the annotation tool section](#annotation-tools) for details.
35
+
After starting napari, you can select the annotation tool you want to use from `Plugins -> Segment Anything for Microscopy`. Check out the [quickstart tutorial video](https://youtu.be/gcv0fa84mCc) for a short introduction, the video of our [virtual I2K tutorial](https://www.youtube.com/watch?v=dxjU4W7bCis&list=PLdA9Vgd1gxTbvxmtk9CASftUOl_XItjDN&index=33) for an in-depth explanation and [the annotation tool section](#annotation-tools) for details.
36
36
37
37
The `micro_sam` python library can be imported via
0 commit comments