File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,13 @@ To do...
5151
5252To do...
5353
54- - \# Splits: Number of segments that a ground truth skeleton is broken into.
55- - Number of Merges: Number of segments that are incorrectly merged into a single segment.
56- - Omit Edges: Proportion of edges in the ground truth that are omitted in the predicted segmentation.
57- - Percentage of Merged Edges: Proportion of edges that are merged in the predicted segmentation.
58- - Edge Accuracy: Proportion of edges that are correctly reconstructed in the predicted segmentation.
59- - Expected Run Length (ERL): Expected length of segments or edges in the predicted segmentation.
54+ - \# Splits: Number of connected components (minus 1) in a ground truth graph after removing omit nodes.
55+ - \# Merges: Number of ground truth graphs that contain at least one merge.
56+ - Omit Edge Ratio: Proportion of omitted edges.
57+ - Split Edge Ratio: Proportion of split edges.
58+ - Merged Edge Ratio: Proportion of merged edges.
59+ - Edge Accuracy: Proportion of edges that are correct.
60+ - Expected Run Length (ERL): Expected run length of connected ground truth graph after removing omit nodes.
6061
6162
6263## Usage
You can’t perform that action at this time.
0 commit comments