Skip to content

Commit 0cca6f2

Browse files
authored
Update README.md
1 parent ef6b271 commit 0cca6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ The process starts with a collection of ground truth graphs, each stored as an i
3636
<p>
3737
<img src="imgs/labeled_graph.png" width="850">
3838
<br>
39-
<b>Figure:</b>
39+
<b>Figure: On the left, we see ground truth graph superimposed on a segmentation where colors represent segment IDs. On the right, the nodes of the graphs have been labeled with the corresponding segment IDs.</b>
4040
</p>
4141

4242
### Step 2: Error Detection
4343

4444
<p>
4545
<img src="imgs/mistakes.png" width="650" alt="Topological mistakes detected in skeleton">
4646
<br>
47-
<b> Figure: </b>Edges from graph 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 graphs).
47+
<b> Figure: </b From top to bottom: correct edge (nodes have same segment ID), omit edge (one or two nodes do not have a segment ID), split edge (nodes have different segment IDs), merged edge (segment intersects with multiple graphs).
4848
</p>
4949

5050
### Step 3: Compute Metrics

0 commit comments

Comments
 (0)