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.
1 parent 19b4c55 commit 867b14fCopy full SHA for 867b14f
superannotate/__init__.py
@@ -17,8 +17,13 @@
17
)
18
from .api import API as _API
19
from .common import image_path_to_annotation_paths
20
-# from .consensus_benchmark.benchmark import benchmark
21
-# from .consensus_benchmark.consensus import consensus
+
+try:
22
+ from .consensus_benchmark.benchmark import benchmark
23
+ from .consensus_benchmark.consensus import consensus
24
+except:
25
+ pass
26
27
from .dataframe_filtering import (
28
filter_annotation_instances, filter_images_by_comments,
29
filter_images_by_tags
superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "2.5.7"
+__version__ = "2.5.8"
0 commit comments