Update TensorsToFaceLandmarksGraph to support face mesh v2 model.
PiperOrigin-RevId: 523814749
This commit is contained in:
committed by
Copybara-Service
parent
468d10e947
commit
0179f0c456
+4
-6
@@ -45,8 +45,8 @@ mediapipe_files(srcs = [
|
||||
"face_detection_full_range_sparse.tflite",
|
||||
"face_detection_short_range.tflite",
|
||||
"face_landmark.tflite",
|
||||
"face_landmark_with_attention.tflite",
|
||||
"face_landmarker.task",
|
||||
"face_landmarker_v2.task",
|
||||
"fist.jpg",
|
||||
"fist.png",
|
||||
"hair_segmentation.tflite",
|
||||
@@ -104,7 +104,7 @@ exports_files(
|
||||
"face_geometry_expected_out.pbtxt",
|
||||
"gesture_recognizer.task",
|
||||
"portrait_expected_detection.pbtxt",
|
||||
"portrait_expected_face_geometry_with_attention.pbtxt",
|
||||
"portrait_expected_face_geometry.pbtxt",
|
||||
"portrait_rotated_expected_detection.pbtxt",
|
||||
],
|
||||
)
|
||||
@@ -170,9 +170,8 @@ filegroup(
|
||||
"face_detection_full_range.tflite",
|
||||
"face_detection_full_range_sparse.tflite",
|
||||
"face_detection_short_range.tflite",
|
||||
"face_landmark.tflite",
|
||||
"face_landmark_with_attention.tflite",
|
||||
"face_landmarker.task",
|
||||
"face_landmarker_v2.task",
|
||||
"hair_segmentation.tflite",
|
||||
"hand_landmark_full.tflite",
|
||||
"hand_landmark_lite.tflite",
|
||||
@@ -214,9 +213,8 @@ filegroup(
|
||||
"pointing_up_landmarks.pbtxt",
|
||||
"pointing_up_rotated_landmarks.pbtxt",
|
||||
"portrait_expected_detection.pbtxt",
|
||||
"portrait_expected_face_geometry_with_attention.pbtxt",
|
||||
"portrait_expected_face_geometry.pbtxt",
|
||||
"portrait_expected_face_landmarks.pbtxt",
|
||||
"portrait_expected_face_landmarks_with_attention.pbtxt",
|
||||
"portrait_rotated_expected_detection.pbtxt",
|
||||
"pose_expected_detection.pbtxt",
|
||||
"pose_expected_expanded_rect.pbtxt",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+1415
-1415
File diff suppressed because it is too large
Load Diff
+976
-936
File diff suppressed because it is too large
Load Diff
-1914
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user