diff --git a/cvat/apps/auto_annotation/inference.py b/cvat/apps/auto_annotation/inference.py index 607b6b73..8d3442e6 100644 --- a/cvat/apps/auto_annotation/inference.py +++ b/cvat/apps/auto_annotation/inference.py @@ -1,6 +1,6 @@ from .model_loader import ModelLoader from cvat.apps.engine.utils import import_modules, execute_python_code - +import itertools def _process_detections(detections, path_to_conv_script, restricted=True): results = Results() diff --git a/docker-compose.yml b/docker-compose.yml index 2f521520..3fb7b8bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -49,6 +49,7 @@ services: USER: "django" DJANGO_CONFIGURATION: "production" WITH_TESTS: "no" + OPENVINO_TOOLKIT: "no" environment: DJANGO_MODWSGI_EXTRA_ARGS: "" volumes: