File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ Python package that evaluates the topological accuracy of a predicted neuron seg
1515The 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
You can’t perform that action at this time.
0 commit comments