Skip to content

Commit 42922fd

Browse files
Replace with accessible images
1 parent 9248b35 commit 42922fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ We implement applications for fast interactive 2d and 3d segmentation as well as
2323
- Middle: interactive 3d segmentation
2424
- Right: interactive tracking
2525

26-
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/158459e1-e321-4810-b6b3-4428f436f01b" width="256">
27-
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/ca4d6bcc-8674-455b-95c6-0eb516d2bc76" width="256">
28-
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/a4a048de-fd3d-4718-b386-2160ac94bbf0" width="256">
26+
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/d5ee2080-ab08-4716-b4c4-c169b4ed29f5" width="256">
27+
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/dfca3d9b-dba5-440b-b0f9-72a0683ac410" width="256">
28+
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/aefbf99f-e73a-4125-bb49-2e6592367a64" width="256">
2929

3030
## Installation
3131

@@ -76,7 +76,7 @@ The application for 2d segmentation can be started in two ways:
7676

7777
Below you can see the interface of the application for a cell segmentation example:
7878

79-
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/90055f2f-f6f3-4224-ab3c-57e545c278bc" width="768">
79+
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/041585a6-0b72-4e4b-8df3-42135f4334c5" width="768">
8080

8181
The most important parts of the user interface are:
8282
1. The napari layers that contain the image, segmentations and prompts:
@@ -98,7 +98,7 @@ The application for 3d segmentation can be started as follows:
9898
- Via the command line with the command `micro_sam.annotator_3d`. Run `micro_sam.annotator_3d -h` for details.
9999
- From a python script with the function `micro_sam.sam_annotator.annotator_3d`. Check out [examples/sam_annotator_3d](https://github.com/computational-cell-analytics/micro-sam/blob/master/examples/sam_annotator_3d.py) for details.
100100

101-
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/3c35ba63-1b67-48df-9b11-94919bdc7c79" width="768">
101+
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/0a6fb19e-7db5-4188-9371-3c238671f881" width="768">
102102

103103
The most important parts of the user interface are listed below. Most of these elements are the same as for [the 2d segmentation app](https://github.com/computational-cell-analytics/micro-sam#2d-segmentation).
104104
1. The napari layers that contain the image, segmentation and prompts. Same as for [the 2d segmentation app](https://github.com/computational-cell-analytics/micro-sam#2d-segmentation) but without the `auto_segmentation` layer.
@@ -115,7 +115,7 @@ The application for interactive tracking (of 2d data) can be started as follows:
115115
- Via the command line with the command `micro_sam.annotator_tracking`. Run `micro_sam.annotator_tracking -h` for details.
116116
- From a python script with the function `micro_sam.sam_annotator.annotator_tracking`. Check out [examples/sam_annotator_tracking](https://github.com/computational-cell-analytics/micro-sam/blob/master/examples/sam_annotator_tracking.py) for details.
117117

118-
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/1fdffe3c-ff10-4d06-a1ba-9974a673b846" width="768">
118+
<img src="https://github.com/computational-cell-analytics/micro-sam/assets/4263537/dfb80f17-a370-4cbc-aaeb-29de93444090" width="768">
119119

120120
The most important parts of the user interface are listed below. Most of these elements are the same as for [the 2d segmentation app](https://github.com/computational-cell-analytics/micro-sam#2d-segmentation).
121121
1. The napari layers thaat contain the image, segmentation and prompts. Same as for [the 2d segmentation app](https://github.com/computational-cell-analytics/micro-sam#2d-segmentation) but without the `auto_segmentation` layer, `current_tracks` and `committed_tracks` are the equivalent of `current_object` and `committed_objects`.

0 commit comments

Comments
 (0)