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 68f3812 commit 9a53178Copy full SHA for 9a53178
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-## 0.5.8-dev2
+## 0.5.8
2
3
-* Add alternative architecture for detectron2
+* Add alternative architecture for detectron2 (but default is unchanged)
4
* Updates:
5
6
| Library | From | To |
unstructured_inference/__version__.py
@@ -1 +1 @@
-__version__ = "0.5.8-dev2" # pragma: no cover
+__version__ = "0.5.8" # pragma: no cover
unstructured_inference/models/base.py
@@ -23,7 +23,7 @@
23
UnstructuredYoloXModel,
24
)
25
26
-DEFAULT_MODEL = "detectron2_mask_rcnn"
+DEFAULT_MODEL = "detectron2_onnx"
27
28
models: Dict[str, UnstructuredModel] = {}
29
0 commit comments