Internal changes
PiperOrigin-RevId: 520411557
This commit is contained in:
committed by
Copybara-Service
parent
8e9207a7de
commit
0c8f691a36
@@ -14,6 +14,7 @@
|
||||
|
||||
import os
|
||||
import tempfile
|
||||
import unittest # pylint:disable=unused-import
|
||||
from unittest import mock as unittest_mock
|
||||
|
||||
from absl.testing import parameterized
|
||||
@@ -27,6 +28,7 @@ from mediapipe.model_maker.python.vision.object_detector import object_detector_
|
||||
from mediapipe.tasks.python.test import test_utils as task_test_utils
|
||||
|
||||
|
||||
@unittest.skip('b/275624089')
|
||||
class ObjectDetectorTest(tf.test.TestCase, parameterized.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
Reference in New Issue
Block a user