We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2921a78 commit e4e863bCopy full SHA for e4e863b
README.md
@@ -11,8 +11,8 @@ The pipeline for computing skeleton metrics consists of three main steps:
11
12
<blockquote>
13
<p>a. <strong>Label Graphs</strong>: Nodes in ground truth graphs are labeled with segmentation IDs.</p>
14
- <p>b. <strong>Error Detection</strong>: To do...</p>
15
- <p>c. <strong>Compute Metrics</strong>: To do...</p>
+ <p>b. <strong>Error Detection</strong>: Compare labels of neighboring nodes to detect mistakes.</p>
+ <p>c. <strong>Compute Metrics</strong>: Update graph structure by removing omit nodes and compute graph-based metrics.</p>
16
</blockquote>
17
<br>
18
0 commit comments