Skip to content

Commit f4e9944

Browse files
authored
Update README.md
1 parent 2d85560 commit f4e9944

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

2727
### Step 1: Label Graphs
2828

29-
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 the voxel coordinates as a node-level attribute. The first step is to label the nodes of each graph with the corresponding segment IDs from the segmentation.
29+
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.
3030

3131
Note: Misalignments between the ground truth graphs and prediction segmentation are detected and corrected.
3232

0 commit comments

Comments
 (0)