Skip to content

Commit b097fe9

Browse files
committed
Fix spellings in the documentation
1 parent 90b62d6 commit b097fe9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/finetuned_models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ See for example the [2d annotator example](https://github.com/computational-cell
2626

2727
As a rule of thumb:
2828
- Use the `_lm` models for segmenting cells or nuclei in light microscopy.
29-
- Use the `_em` models for segmenting ceells or neurites in electron microscopy.
30-
- Note that this model does not work well for segmenting mitochondria or other organelles becuase it is biased towards segmenting the full cell / cellular compartment.
29+
- Use the `_em` models for segmenting cells or neurites in electron microscopy.
30+
- Note that this model does not work well for segmenting mitochondria or other organelles because it is biased towards segmenting the full cell / cellular compartment.
3131
- For other cases use the default models.
3232

3333
See also the figures above for examples where the finetuned models work better than the vanilla models.

doc/python_library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import micro_sam
66
```
77

88
The library
9-
- implements function to apply Segment Anything to 2d and 3d data more conviently in `micro_sam.prompt_based_segmentation`.
10-
- provides more and imporoved automatic instance segmentation functionality in `micro_sam.instance_segmentation`.
9+
- implements function to apply Segment Anything to 2d and 3d data more conveniently in `micro_sam.prompt_based_segmentation`.
10+
- provides more and improved automatic instance segmentation functionality in `micro_sam.instance_segmentation`.
1111
- implements training functionality that can be used for finetuning on your own data in `micro_sam.training`.
1212
- provides functionality for quantitative and qualitative evaluation of Segment Anything models in `micro_sam.evaluation`.
1313

0 commit comments

Comments
 (0)