File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ git clone https://github.com/computational-cell-analytics/synapse-net
32
32
``` bash
33
33
cd synapse-net
34
34
```
35
- - Now you can install the environment for SynapseNet with ` conda ` from the environment file we proved :
35
+ - Now you can install the environment for SynapseNet with ` conda ` from the environment file we provide :
36
36
``` bash
37
37
conda env create -f environment.yaml
38
38
```
@@ -62,11 +62,11 @@ to use them.
62
62
63
63
We currently offer 7 different models for segmenting synaptic structures:
64
64
- ` vesicles_3d ` to segment vesicles in (room-temperature) electron tomograms.
65
- - ` vesicles_2d ` to segment vesicles in two-dimensional electron migrographs .
65
+ - ` vesicles_2d ` to segment vesicles in two-dimensional electron micrographs .
66
66
- ` vesicles_cryo ` to segment vesicles in cryogenic electron tomograms.
67
- - ` active_zone ` to sement active zones in electron tomograms.
67
+ - ` active_zone ` to segment active zones in electron tomograms.
68
68
- ` compartments ` to segment synaptic compartments in electron tomograms.
69
- - ` mitochondria ` to segmenta mitochondria in electron tomograms.
69
+ - ` mitochondria ` to segment mitochondria in electron tomograms.
70
70
- ` ribbon ` to segment structures of the active zones in ribbon synapses (ribbon, presynaptic density and active zone membrane) in electron tomograms.
71
71
72
72
You can’t perform that action at this time.
0 commit comments