diff --git a/mediapipe/model_maker/__init__.py b/mediapipe/model_maker/__init__.py index f4f25313..8c87c12d 100644 --- a/mediapipe/model_maker/__init__.py +++ b/mediapipe/model_maker/__init__.py @@ -13,7 +13,7 @@ # limitations under the License. -from mediapipe.model_maker.python.core.utils import image_utils +from mediapipe.model_maker.python.vision.core import image_utils from mediapipe.model_maker.python.core.utils import quantization from mediapipe.model_maker.python.core.utils import model_util