add TensorsToFaceLandmarksGraph to support two types of face mesh models.

PiperOrigin-RevId: 511626032
This commit is contained in:
MediaPipe Team
2023-02-22 16:22:13 -08:00
committed by Copybara-Service
parent 9e7950a69a
commit 2c3c1e664a
9 changed files with 2438 additions and 29 deletions
+3
View File
@@ -41,6 +41,7 @@ mediapipe_files(srcs = [
"face_detection_full_range_sparse.tflite",
"face_detection_short_range.tflite",
"face_landmark.tflite",
"face_landmark_with_attention.tflite",
"fist.jpg",
"fist.png",
"hand_landmark_full.tflite",
@@ -140,6 +141,7 @@ filegroup(
"face_detection_full_range_sparse.tflite",
"face_detection_short_range.tflite",
"face_landmark.tflite",
"face_landmark_with_attention.tflite",
"hand_landmark_full.tflite",
"hand_landmark_lite.tflite",
"hand_landmarker.task",
@@ -175,6 +177,7 @@ filegroup(
"pointing_up_rotated_landmarks.pbtxt",
"portrait_expected_detection.pbtxt",
"portrait_expected_face_landmarks.pbtxt",
"portrait_expected_face_landmarks_with_attention.pbtxt",
"thumb_up_landmarks.pbtxt",
"thumb_up_rotated_landmarks.pbtxt",
"victory_landmarks.pbtxt",
File diff suppressed because it is too large Load Diff