Skip to content

Commit 8e21395

Browse files
committed
fix environment typo
1 parent 0a131e1 commit 8e21395

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/Segment-option.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
When starting EpiCure, once you have selected the movie to process and the junction channel, you have to load the file containing the segmentation of the epithelia movie. If you haven't done it yet, you can use the `Segment now with EpySeg` button that appears in the `Start EpiCure` interface.
44

5-
This option uses the [napari-epyseg](https://github.com/gletort/napari-epyseg) plugin to directly run [EpySeg](https://github.com/baigouy/EPySeg) on the movie. It will run with the default parameters. If you want to change some parameters, either use directly the napari-epyseg plugin within Napari (limited number of options) or use the original distribution of EpySeg (you can launch it with `python -m epyseg` in your python environement).
5+
This option uses the [napari-epyseg](https://github.com/gletort/napari-epyseg) plugin to directly run [EpySeg](https://github.com/baigouy/EPySeg) on the movie. It will run with the default parameters. If you want to change some parameters, either use directly the napari-epyseg plugin within Napari (limited number of options) or use the original distribution of EpySeg (you can launch it with `python -m epyseg` in your python environment).
66

77
Note that this option depends on dependencies (napari-epyseg and epyseg) that are not initially installed with EpiCure.
88
Indeed, EpySeg is limited to python 3.10 and relies on tensorflow, which make its installation potentially problematic depending on the OS and python version.
9-
To solve this, we isolated the call to EpySeg to an independant virtual environement, handled entirely automatically by EpiCure thanks to [appose](https://github.com/apposed/appose) library.
9+
To solve this, we isolated the call to EpySeg to an independant virtual environment, handled entirely automatically by EpiCure thanks to [appose](https://github.com/apposed/appose) library.
1010

11-
When clicking the first time on the `Segment now with EpySeg` button, `appose` will install a new virtual environement with python 3.10, napari-epyseg and tensorflow.
12-
The next time that the button is clicked, `appose` will simply reuse the same virtual environement.
11+
When clicking the first time on the `Segment now with EpySeg` button, `appose` will install a new virtual environment with python 3.10, napari-epyseg and tensorflow.
12+
The next time that the button is clicked, `appose` will simply reuse the same virtual environment.
1313

14-
Then `appose` will put the raw movie to segment in a memory shared between the two python processes (the main EpiCure one and the new napari-epyseg one), and launch the segmentation of this movie in the new virtual environement.
14+
Then `appose` will put the raw movie to segment in a memory shared between the two python processes (the main EpiCure one and the new napari-epyseg one), and launch the segmentation of this movie in the new virtual environment.
1515
The segmentation will run image by image for the whole movie, on GPU if they are available.
1616
The resulting segmentation will be accessible to the main EpiCure process through the same shared memory space.
1717

1818
![Epyseg from EpiCure](imgs/epyseg_appose.png)
1919

2020
Thanks to that set-up, you only have to click on the button and wait for the segmentation to be finished.
21-
Note that it will be slower the first time as the environement will be also installed.
21+
Note that it will be slower the first time as the environment will be also installed.
2222
EpiCure will then save the results automatically in the segmentation file default location so that it is ready to use.

docs/imgs/epyseg_appose.png

-217 Bytes
Loading

0 commit comments

Comments
 (0)