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
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
+
Its core components are:
5
+
- The `micro_sam` tool: implements interactive data annotation using [napari](https://napari.org/stable/).
6
+
- The `micro_sam` python library: implements functionality for applying Segment Anything to multi-dimensional data, and to fine-tune it on custom datasets.
7
+
- The `micro_sam` models: new Segment Anything models that were fine-tuned on publicly available microscopy data.
0 commit comments