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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@
12
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.
13
13
14
14
<p>
15
-
<imgsrc="imgs/result.png"width="900"alt="Example of before and after run obtained with GraphTrace">
15
+
<imgsrc="imgs/result.png"width="900"alt="">
16
+
<b> Figure: </b>Split correction result obtained with GraphTrace
16
17
</p>
17
18
18
19
Briefly describe inference pipeline, to do...
@@ -24,7 +25,9 @@ Briefly describe inference pipeline, to do...
24
25
- Graph Update: Integrates inference results by merging fragments corresponding to an accepted proposal.
25
26
26
27
<palign="center">
27
-
<imgsrc="imgs/pipeline.png"width="700"alt="Visualization of split correction pipeline. See Inference section for description of each step.">
0 commit comments