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
Most elements are the same as in [the 2d annotator](#annotator-2d):
91
-
1. The napari layers that contain the image, segmentation and prompts. Same as for [the 2d segmentation app](#annotator-2d) but without the `auto_segmentation` layer, `current_tracks` and `committed_tracks` are the equivalent of `current_object` and `committed_objects`.
92
-
2. The prompt menu.
93
-
3. The menu with tracking settings: `track_state` is used to indicate that the object you are tracking is dividing in the current frame. `track_id` is used to select which of the tracks after division you are following.
94
-
4. The menu for interactive segmentation.
95
-
5. The tracking menu. Press `Track Object` (or `Shift-S`) to segment the current object across time.
96
-
6. The menu for committing the current tracking result.
97
-
7. The menu for clearing the current annotations.
91
+
1. The napari layers that contain the segmentations and prompts. Same as for [the 2d segmentation app](#annotator-2d) but without the `auto_segmentation` layer.
92
+
2. The embedding menu.
93
+
3. The prompt menu.
94
+
4. The menu with tracking settings: `track_state` is used to indicate that the object you are tracking is dividing in the current frame. `track_id` is used to select which of the tracks after division you are following.
95
+
5. The menu for interactive segmentation.
96
+
6. The menu for interactive tracking menu. Click `Track Object` (or press `Shift + S`) to segment the current object across time.
97
+
7. The menu for committing the current tracking result.
98
+
8. The menu for clearing the current annotations.
98
99
99
-
Note that the tracking annotator only supports 2d image data, volumetric data is not supported.
100
+
Note that the tracking annotator only supports 2d image data, volumetric data is not supported. We also do not support automatic tracking yet.
100
101
101
102
Check out [this video](TODO) for a tutorial for how to use the tracking annotation tool.
We also provide the `image series annotator`, which can be used for running the 2d annotator for several images in a folder. You can start by clicking `Image series annotator` in the GUI, running `micro_sam.image_series_annotator` in the command line or from a [python script](https://github.com/computational-cell-analytics/micro-sam/blob/master/examples/image_series_annotator.py).
0 commit comments