Internal change.

PiperOrigin-RevId: 516594221
This commit is contained in:
MediaPipe Team
2023-03-14 12:11:18 -07:00
committed by Copybara-Service
parent 8a41a5e44d
commit 854ab25ee9
8 changed files with 699 additions and 7 deletions
+5
View File
@@ -70,6 +70,8 @@ mediapipe_files(srcs = [
"portrait.jpg",
"portrait_hair_expected_mask.jpg",
"portrait_rotated.jpg",
"pose.jpg",
"pose_detection.tflite",
"right_hands.jpg",
"right_hands_rotated.jpg",
"segmentation_golden_rotation0.png",
@@ -127,6 +129,7 @@ filegroup(
"portrait.jpg",
"portrait_hair_expected_mask.jpg",
"portrait_rotated.jpg",
"pose.jpg",
"right_hands.jpg",
"right_hands_rotated.jpg",
"segmentation_golden_rotation0.png",
@@ -171,6 +174,7 @@ filegroup(
"mobilenet_v2_1.0_224.tflite",
"mobilenet_v3_small_100_224_embedder.tflite",
"palm_detection_full.tflite",
"pose_detection.tflite",
"selfie_segm_128_128_3.tflite",
"selfie_segm_144_256_3.tflite",
"selfie_segmentation.tflite",
@@ -199,6 +203,7 @@ filegroup(
"portrait_expected_face_landmarks.pbtxt",
"portrait_expected_face_landmarks_with_attention.pbtxt",
"portrait_rotated_expected_detection.pbtxt",
"pose_expected_detection.pbtxt",
"thumb_up_landmarks.pbtxt",
"thumb_up_rotated_landmarks.pbtxt",
"victory_landmarks.pbtxt",
@@ -0,0 +1,27 @@
# proto-file: mediapipe/framework/formats/detection.proto
# proto-message: Detection
location_data {
format: BOUNDING_BOX
bounding_box {
xmin: 397
ymin: 198
width: 199
height: 199
}
relative_keypoints {
x: 0.4879558
y: 0.7013345
}
relative_keypoints {
x: 0.48453212
y: 0.32265592
}
relative_keypoints {
x: 0.4992165
y: 0.4854874
}
relative_keypoints {
x: 0.50227845
y: 0.159788
}
}