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
`micro_sam` is under active development, but our goal is to keep the changes to the user interface and the interface of the python library as small as possible.
14
+
On our roadmap for more functionality are:
15
+
- Providing an installer for running `micro_sam` as a standalone application.
16
+
- Releasing more and better finetuned models as well as the code for fine-tuning.
17
+
- Integration of the finetuned models with [bioimage.io](https://bioimage.io/#/)
For more installation options check out [Installation](#installation)
31
+
32
+
After installing `micro_sam` you can run the annotation tool via `$ micro_sam.annotator`, which opens a menu for selecting the annotation tool and its inputs.
33
+
See [Annotation Tools](#annotation-tools) for an overview and explanation of the annotation functionality.
34
+
35
+
The `micro_sam` python library can be used via
36
+
```python
37
+
import micro_sam
38
+
```
39
+
It is explained in more detail [here](#how-to-use-the-python-library).
40
+
41
+
Our support for finetuned models is still experimental. We will soon release better finetuned models and host them on zenodo.
42
+
For now, check out [the example script for the 2d annotator](https://github.com/computational-cell-analytics/micro-sam/blob/master/examples/sam_annotator_2d.py#L62) to see how the finetuned models can be used within `micro_sam`.
43
+
44
+
17
45
## Citation
46
+
47
+
If you are using `micro_sam` in your research please cite
0 commit comments