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 5f1172e commit 599e437Copy full SHA for 599e437
src/arduino/app_bricks/object_detection/__init__.py
@@ -4,7 +4,8 @@
4
from typing import Any
5
6
from PIL import Image
7
-from arduino.app_utils import brick, Logger, draw_bounding_boxes, Shape
+from arduino.app_utils import brick, Logger
8
+from arduino.app_utils.image import draw_bounding_boxes, Shape
9
from arduino.app_internal.core import EdgeImpulseRunnerFacade
10
11
logger = Logger("ObjectDetection")
0 commit comments