Skip to content

Commit 275e45d

Browse files
authored
Update README.md
1 parent eceeef8 commit 275e45d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
Python package that evaluates the topological accuracy of a predicted neuron segmentation by comparing it to a set of ground truth skeletons. Topological errors (e.g. splits and merges) are detected by examining skeleton edges and checking if the corresponding nodes belong to the same object in the segmentation. Once the accuracy of each edge has been determined, several skeleton-based metrics are then computed to quantify the topological accuracy.
99

10-
<p>
11-
<img src="imgs/topological_mistakes.png" width="170" alt="Topological mistakes detected in skeleton">
12-
<br>
13-
<b> Figure: </b>Edges from skeleton superimposed on segmentation, where colors represent to segment IDs. From top to bottom: correct edge (nodes have same segment ID), split edge (nodes have different segment IDs), omit edge (one or two nodes do not have a segment ID), merged edge (segment intersects with multiple skeletons).
14-
</p>
15-
1610
The pipeline to comptue skeleton metrics consists of three main steps:
1711

1812
<blockquote>
@@ -23,7 +17,7 @@ The pipeline to comptue skeleton metrics consists of three main steps:
2317
<br>
2418

2519
<p>
26-
<img src="imgs/pipeline.png" width="700" alt="pipeline">
20+
<img src="imgs/pipeline.png" width="800" alt="pipeline">
2721
<br>
2822
<b> Figure: </b>Visualization of pipeline to compute skeleton metrics, see Method section for description of each step.
2923
</p>
@@ -38,6 +32,11 @@ We begin with a set of ground truth skeletons stored as individual SWC files, wh
3832

3933
To do...
4034

35+
<p>
36+
<img src="imgs/topological_mistakes.png" width="170" alt="Topological mistakes detected in skeleton">
37+
<br>
38+
<b> Figure: </b>Edges from skeleton superimposed on segmentation, where colors represent to segment IDs. From top to bottom: correct edge (nodes have same segment ID), split edge (nodes have different segment IDs), omit edge (one or two nodes do not have a segment ID), merged edge (segment intersects with multiple skeletons).
39+
</p>
4140

4241
### Step 3: Compute Metrics
4342

0 commit comments

Comments
 (0)