Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703001728
  • Loading branch information
MediaPipe Team authored and copybara-github committed Dec 5, 2024
1 parent 65d7c90 commit c38e59a
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

from typing import Any, List, Tuple, TypeVar

# Dependency imports

import tensorflow as tf

from mediapipe.model_maker.python.core.data import classification_dataset
Expand Down
2 changes: 0 additions & 2 deletions mediapipe/model_maker/python/core/data/data_util_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

import os

# Dependency imports

from absl import flags
import tensorflow as tf

Expand Down
1 change: 0 additions & 1 deletion mediapipe/model_maker/python/core/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import functools
from typing import Any, Callable, Optional, Tuple, TypeVar

# Dependency imports
import tensorflow as tf

_DatasetT = TypeVar('_DatasetT', bound='Dataset')
Expand Down
2 changes: 0 additions & 2 deletions mediapipe/model_maker/python/core/data/dataset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
from __future__ import division
from __future__ import print_function

# Dependency imports

import numpy as np
import tensorflow as tf

Expand Down
2 changes: 0 additions & 2 deletions mediapipe/model_maker/python/core/tasks/classifier_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

import os

# Dependency imports

import tensorflow as tf

from mediapipe.model_maker.python.core.tasks import classifier
Expand Down
2 changes: 0 additions & 2 deletions mediapipe/model_maker/python/core/tasks/custom_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

import os

# Dependency imports

import tensorflow as tf

from mediapipe.model_maker.python.core.tasks import custom_model
Expand Down
2 changes: 0 additions & 2 deletions mediapipe/model_maker/python/core/utils/model_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
import tempfile
from typing import Any, Callable, Dict, List, Optional, Sequence, Tuple, Union

# Dependency imports

import numpy as np
import tensorflow as tf

Expand Down
2 changes: 0 additions & 2 deletions mediapipe/model_maker/python/core/utils/quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

from typing import Any, Callable, List, Optional, Union

# Dependency imports

import tensorflow as tf

from mediapipe.model_maker.python.core.data import dataset as ds
Expand Down
2 changes: 0 additions & 2 deletions mediapipe/model_maker/python/core/utils/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
from typing import Sequence
from typing import Dict, List, Union

# Dependency imports

import numpy as np
import tensorflow as tf

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
import os
import tempfile

# Dependency imports

from absl import app
from absl import flags
from absl import logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

import os

# Dependency imports

from absl import app
from absl import flags
from absl import logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

import os

# Dependency imports

from absl import app
from absl import flags
from absl import logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"""Demo for making an object detector model by MediaPipe Model Maker."""

import os
# Dependency imports

from absl import app
from absl import flags
from absl import logging
Expand Down

0 comments on commit c38e59a

Please sign in to comment.