Updated mediapipe/python/BUILD and tests
This commit is contained in:
parent
2af660321d
commit
06c37c6442
|
@ -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",
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user