Skip to content

Commit 870df1e

Browse files
authored
Update README.md
1 parent a7be13d commit 870df1e

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
@@ -31,7 +31,7 @@ The pipeline for computing skeleton metrics consists of three main steps:
3131

3232
### Step 1: Label Graphs
3333

34-
We start with a set of ground truth graphs stored as individual SWC files, where the "xyz" attribute represents voxel coordinates in an image. Each ground truth graph is loaded and represented as a NetworkX graph with these coordinates as a node-level attribute. The first step is to label the nodes of each graph with the corresponding segment IDs.
34+
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 align="center">
3737
<img src="imgs/labeled_graph.png" width="800">

0 commit comments

Comments
 (0)