We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a6cf74 + 0c2212c commit 1bf1858Copy full SHA for 1bf1858
src/segmentation_skeleton_metrics/__init__.py
@@ -2,4 +2,4 @@
2
Package to evaluate a predicted segmentation.
3
"""
4
5
-__version__ = "5.5.21"
+__version__ = "5.5.22"
src/segmentation_skeleton_metrics/skeleton_metric.py
@@ -23,6 +23,7 @@
23
import os
24
import pandas as pd
25
26
+from segmentation_skeleton_metrics.data_handling.graph_loading import LabelHandler
27
from segmentation_skeleton_metrics import split_detection
28
from segmentation_skeleton_metrics.utils import (
29
graph_util as gutil,
0 commit comments