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
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
## Overview
11
11
12
-
GraphTrace is a Python library that leverages machine learning to automatically correct splits in fragmented neuron segmentations from whole-brain images. A demo Jupyter notebook is provided to showcase the process: it loads fragmented neuron segments from a predicted segmentation and corrects them using GraphTrace. You can also use the provided code to train a deep learning model and evaluate it against ground truth data.
12
+
GraphTrace is a Python library that leverages machine learning to automatically correct splits in fragmented neuron segmentations from whole-brain images.
13
13
14
14
<p>
15
15
<imgsrc="imgs/result.png"width="900"alt="">
@@ -19,7 +19,7 @@ GraphTrace is a Python library that leverages machine learning to automatically
19
19
20
20
Briefly describe inference pipeline, to do...
21
21
22
-
- Graph Construction: Reads neuron fragments stored as swc files and loads them into a Networkx graph
22
+
- Graph Construction: Reads neuron fragments stored as swc files and loads them into a Networkx graph.
23
23
- Proposals: Generates potential connections between nearby fragments to correct false splits in the segmentation
24
24
- Feature Generation: Extracts geometric and image-based features from the graph to be utilized by a machine learning model that classifies the proposals.
25
25
- Graph Neural Network (GNN) Inference: Predicts whether to accept or reject proposals based on the generated features and graphical structure.
@@ -33,6 +33,16 @@ Briefly describe inference pipeline, to do...
0 commit comments