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 fdc19b3 commit efb21feCopy full SHA for efb21fe
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "sahi"
3
-version = "0.11.21"
+version = "0.11.22"
4
readme = "README.md"
5
description = "A vision library for performing sliced inference on large images/small objects"
6
requires-python = ">=3.8"
sahi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.11.21"
+__version__ = "0.11.22"
from sahi.annotation import BoundingBox, Category, Mask
from sahi.auto_model import AutoDetectionModel
0 commit comments