You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,13 @@ The pipeline for computing skeleton metrics consists of three main steps:
28
28
29
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
30
31
-
Note: Misalignments between the ground truth graphs and prediction segmentation mask are detected and corrected.
31
+
Note: Misalignments between the ground truth graphs and prediction segmentation are detected and corrected.
0 commit comments