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 3da4c07 + ca3e623 commit 0892babCopy full SHA for 0892bab
luxonis_ml/__init__.py
@@ -1,7 +1,12 @@
1
__version__ = "0.7.1"
2
3
+import os
4
+
5
from .utils.environ import environ
6
from .utils.logging import setup_logging
7
8
if not environ.LUXONISML_DISABLE_SETUP_LOGGING:
9
setup_logging()
10
11
+if "NO_ALBUMENTATIONS_UPDATE" not in os.environ:
12
+ os.environ["NO_ALBUMENTATIONS_UPDATE"] = "1"
0 commit comments