Updated mediapipe/python/BUILD and tests

This commit is contained in:
kinaryml 2023-03-15 09:11:06 -07:00
parent 2af660321d
commit 06c37c6442
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ pybind_extension(
deps = [ deps = [
":builtin_calculators", ":builtin_calculators",
":builtin_task_graphs", ":builtin_task_graphs",
"//mediapipe/tasks/cc/vision/face_geometry/calculators:geometry_pipeline_calculator",
"//mediapipe/python/pybind:calculator_graph", "//mediapipe/python/pybind:calculator_graph",
"//mediapipe/python/pybind:image", "//mediapipe/python/pybind:image",
"//mediapipe/python/pybind:image_frame", "//mediapipe/python/pybind:image_frame",

View File

@ -105,7 +105,7 @@ class ModelFileType(enum.Enum):
FILE_NAME = 2 FILE_NAME = 2
class HandLandmarkerTest(parameterized.TestCase): class FaceLandmarkerTest(parameterized.TestCase):
def setUp(self): def setUp(self):
super().setUp() super().setUp()