Skip to content

Commit 81db955

Browse files
Update python_library.md (#359)
1 parent 0c825ff commit 81db955

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/python_library.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ The library
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

14+
You can import these sub-modules via
15+
```python
16+
import micro_sam.prompt_based_segmentation
17+
import micro_sam.instance_segmentation
18+
# etc.
19+
```
20+
1421
This functionality is used to implement the interactive annotation tools and can also be used as a standalone python library.
1522
Some preliminary examples for how to use the python library can be found [here](https://github.com/computational-cell-analytics/micro-sam/tree/master/examples/use_as_library). Check out the `Submodules` documentation for more details.
1623

0 commit comments

Comments
 (0)