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
This is a [Segment Anything]https://segment-anything.com/) model that was specialized for histopathology with [micro_sam](https://github.com/computational-cell-analytics/micro-sam).
4
+
This model uses a %s vision transformer as image encoder.
5
+
6
+
Segment Anything is a model for interactive and automatic instance segmentation.
7
+
We improve it for histopathology by finetuning on a large and diverse microscopy dataset.
8
+
It should perform well for nucleus segmentation in histopathology datasets.
9
+
10
+
See [the dataset overview](https://github.com/computational-cell-analytics/micro-sam/blob/master/doc/datasets/histopathology_v%i.md) for further informations on the training data and the [micro_sam documentation](https://computational-cell-analytics.github.io/micro-sam/micro_sam.html) for details on how to use the model for interactive and automatic segmentation.
11
+
12
+
## Validation
13
+
14
+
The easiest way to validate the model is to visually check the segmentation quality for your data.
15
+
If you have annotations you can use for validation you can also quantitative validation, see [here for details](https://computational-cell-analytics.github.io/micro-sam/micro_sam.html#9-how-can-i-evaluate-a-model-i-have-finetuned).
16
+
Please note that the required quality for segmentation always depends on the analysis task you want to solve.
0 commit comments