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
# SynapseNet: Deep Learning for Automatic Synapse Reconstruction
2
2
3
-
Reconstruction of synaptic structures in electron microscopy.
3
+
SynapseNet is a tool for segmentation and analysis of synapses in electron microscopy.
4
4
5
-
THIS IS WORK IN PROGRESS!
5
+
To learn how to use SynapseNet, check out [the documentation](https://computational-cell-analytics.github.io/synapse-net/).
6
+
To learn more about how it works, check out [our preprint](TODO).
6
7
7
-
## Installation
8
-
9
-
- Make sure conda or mamba is installed.
10
-
- If you don't have a conda installation yet we recommend [micromamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)
11
-
- Create the environment with all required dependencies: `mamba env create -f environment.yaml`
12
-
- Activate the environment: `mamba activate synaptic-reconstruction`
# SynapseNet: Deep Learning for Automatic Synapse Reconstruction
2
+
3
+
SynapseNet is a tool for automatic segmentation and analysis of synapses in electron micrographs.
4
+
It provides deep neural networks for:
5
+
- Synaptic vesicle segmentation in ssTEM (2d data) and (cryo-)electron tomography (3d data)
6
+
- Active zone membrane segmentation in electron tomography
7
+
- Mitochondrion segmentation in electron tomography
8
+
- Synaptic compartment segmentation in electron tomography
9
+
- Synaptic ribbon and pre-synaptic density segmentation for ribbon synapses in electron tomography
10
+
It also offers functionality for quantifying synaptic ultrastructure based on segmentation results, for example by measuring vesicle or structure morphology, measuring distances between vesicles and structures, or assigning vesicles into different pools.
11
+
SynapseNet mainly targets electron tomography, but can also be appled to other types of electron microscopy,
12
+
especially throught the [domain adaptation](domain-adaptation) functionality.
13
+
14
+
SynapseNet offers a [napari plugin](napari-plugin), [command line interface](command-line-interface), and [python library](python-library).
15
+
Please cite our [bioRxiv preprint](TODO) if you use it in your research.
16
+
17
+
**The rest of the documentation will be updated in the next days!**
18
+
19
+
## Requirements & Installation
20
+
21
+
- Requirements: Tested on Linux but should work on Mac/Windows.
22
+
- GPU needed to use 3d segmentation networks
23
+
- Installation via conda and local pip install
24
+
- GPU support
25
+
26
+
- Make sure conda or mamba is installed.
27
+
- If you don't have a conda installation yet we recommend [micromamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)
28
+
- Create the environment with all required dependencies: `mamba env create -f environment.yaml`
29
+
- Activate the environment: `mamba activate synaptic-reconstruction`
0 commit comments