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
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,19 @@ After the installation the three applications for interactive annotations can be
60
60
-**3d segmentation**: via the command `micro_sam.annotator_3d` or with the function `micro_sam.sam_annotator.annotator_3d` from python. Run `micro_sam.annotator_3d -h` or check out [examples/sam_annotator_3d](https://github.com/computational-cell-analytics/micro-sam/blob/master/examples/sam_annotator_3d.py) for details.
61
61
-**tracking**: via the command `micro_sam.annotator_tracking` or with the function `micro_sam.sam_annotator.annotator_tracking` from python. Run `micro_sam.annotator_tracking -h` or check out [examples/sam_annotator_tracking](https://github.com/computational-cell-analytics/micro-sam/blob/master/examples/sam_annotator_tracking.py) for details.
62
62
63
-
TODO
64
-
- show image with annotated user interface (for 3d?!)
65
-
- link to videos that explain the functionality for the 3 plugins
63
+
All three applications are built with napari. If you are not familiar with napari yet, start [here](https://napari.org/stable/tutorials/fundamentals/quick_start.html).
64
+
65
+
### 2D Segmentation
66
+
67
+
TODO annotated screenshot + link to tutorial video.
68
+
69
+
### 3D Segmentation
70
+
71
+
TODO annotated screenshot + link to tutorial video.
72
+
73
+
### Tracking
74
+
75
+
TODO annotated screenshot + link to tutorial video.
0 commit comments