Skip to content

Commit 2e9bcb3

Browse files
authored
Update README.md
1 parent ca0d49d commit 2e9bcb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Python package that evaluates the topological accuracy of a predicted neuron seg
1515
The pipeline for computing skeleton metrics consists of three main steps:
1616

1717
<blockquote>
18-
<p>a. <strong>Label Graphs</strong>: Nodes in ground truth graphs are labeled with segmentation IDs.</p>
19-
<p>b. <strong>Error Detection</strong>: Compare labels of neighboring nodes to detect mistakes.</p>
20-
<p>c. <strong>Compute Metrics</strong>: Update graph structure by removing omit nodes and compute graph-based metrics.</p>
18+
<p>1. <strong>Label Graphs</strong>: Nodes in ground truth graphs are labeled with segmentation IDs.</p>
19+
<p>2. <strong>Error Detection</strong>: Compare labels of neighboring nodes to detect mistakes.</p>
20+
<p>3. <strong>Compute Metrics</strong>: Update graph structure by removing omit nodes and compute graph-based metrics.</p>
2121
</blockquote>
2222
<br>
2323

0 commit comments

Comments
 (0)