Skip to content

Commit 25d365e

Browse files
authored
Update README.md
1 parent f5f1c9c commit 25d365e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The pipeline for computing skeleton metrics consists of three main steps:
3434
The process starts with a collection of ground truth graphs, each stored as an individual SWC file, where the "xyz" attribute represents voxel coordinates in an image. Each ground truth graph is loaded and represented as a custom NetworkX graph with these coordinates as a node-level attribute. The nodes of each graph are then labeled with their corresponding segment IDs from the predicted segmentation.
3535

3636
<p>
37-
<img src="imgs/labeled_graph.png" width="850">
37+
<img src="imgs/labeled_graph.png" width="800">
3838
<br>
3939
<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>

0 commit comments

Comments
 (0)