Skip to content

Commit efb9a9f

Browse files
authored
Update README.md
1 parent a178938 commit efb9a9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ 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 skeletons stored as individual SWC files, where the "xyz" attribute represents voxel coordinates in an image. Each ground truth skeleton 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 predicted 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 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 predicted segmentation.
30+
31+
Note: Misalignments between the ground truth graphs and prediction segmentation mask are detected and corrected.
3032

3133
### Step 2: Error Detection
3234

0 commit comments

Comments
 (0)