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 a0d3b67 commit 754ac64Copy full SHA for 754ac64
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Changelog
2
+# Version 3.5.0 (2021-15-09)
3
+## Added
4
+* Diagnostics custom metrics
5
+ * Metric annotation types
6
+ * Update ndjson converter to be compatible with metric types
7
+ * Metric library for computing confusion matrix metrics and iou
8
+ * Demo notebooks under `examples/diagnostics`
9
+* COCO Converter
10
+* Detectron2 example integration notebooks
11
12
# Version 3.4.1 (2021-09-10)
13
## Fix
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.4.1"
+__version__ = "3.5.0"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments