Internal change

PiperOrigin-RevId: 477538515
This commit is contained in:
MediaPipe Team
2022-09-28 21:32:36 +00:00
committed by Sebastian Schmidt
parent 6cdc6443b6
commit f8af41b1eb
236 changed files with 12865 additions and 1923 deletions
+14 -2
View File
@@ -24,13 +24,14 @@ package(
mediapipe_files(srcs = [
"burger.jpg",
"burger_crop.jpg",
"cat.jpg",
"cat_mask.jpg",
"cats_and_dogs.jpg",
"cats_and_dogs_no_resizing.jpg",
"coco_efficientdet_lite0_v1_1.0_quant_2021_09_06.tflite",
"coco_ssd_mobilenet_v1_1.0_quant_2018_06_29.tflite",
"coco_ssd_mobilenet_v1_1.0_quant_2018_06_29_score_calibration.tflite",
"coco_ssd_mobilenet_v1_1.0_quant_2018_06_29_with_dummy_score_calibration.tflite",
"deeplabv3.tflite",
"hand_landmark_full.tflite",
"hand_landmark_lite.tflite",
@@ -39,9 +40,13 @@ mediapipe_files(srcs = [
"mobilenet_v1_0.25_224_1_default_1.tflite",
"mobilenet_v1_0.25_224_1_metadata_1.tflite",
"mobilenet_v1_0.25_224_quant.tflite",
"mobilenet_v1_0.25_224_quant_with_dummy_score_calibration.tflite",
"mobilenet_v1_0.25_224_quant_without_subgraph_metadata.tflite",
"mobilenet_v2_1.0_224.tflite",
"mobilenet_v3_small_100_224_embedder.tflite",
"mozart_square.jpg",
"multi_objects.jpg",
"palm_detection_full.tflite",
"right_hands.jpg",
"segmentation_golden_rotation0.png",
"segmentation_input_rotation0.jpg",
@@ -64,6 +69,7 @@ filegroup(
name = "test_images",
srcs = [
"burger.jpg",
"burger_crop.jpg",
"cat.jpg",
"cat_mask.jpg",
"cats_and_dogs.jpg",
@@ -72,6 +78,7 @@ filegroup(
"hand_landmark_lite.tflite",
"left_hands.jpg",
"mozart_square.jpg",
"multi_objects.jpg",
"right_hands.jpg",
"segmentation_golden_rotation0.png",
"segmentation_input_rotation0.jpg",
@@ -86,7 +93,7 @@ filegroup(
srcs = [
"coco_efficientdet_lite0_v1_1.0_quant_2021_09_06.tflite",
"coco_ssd_mobilenet_v1_1.0_quant_2018_06_29.tflite",
"coco_ssd_mobilenet_v1_1.0_quant_2018_06_29_score_calibration.tflite",
"coco_ssd_mobilenet_v1_1.0_quant_2018_06_29_with_dummy_score_calibration.tflite",
"deeplabv3.tflite",
"hand_landmark_full.tflite",
"hand_landmark_lite.tflite",
@@ -94,8 +101,11 @@ filegroup(
"mobilenet_v1_0.25_224_1_default_1.tflite",
"mobilenet_v1_0.25_224_1_metadata_1.tflite",
"mobilenet_v1_0.25_224_quant.tflite",
"mobilenet_v1_0.25_224_quant_with_dummy_score_calibration.tflite",
"mobilenet_v1_0.25_224_quant_without_subgraph_metadata.tflite",
"mobilenet_v2_1.0_224.tflite",
"mobilenet_v3_small_100_224_embedder.tflite",
"palm_detection_full.tflite",
"selfie_segm_128_128_3.tflite",
"selfie_segm_144_256_3.tflite",
],
@@ -108,6 +118,8 @@ filegroup(
"expected_left_up_hand_landmarks.prototxt",
"expected_right_down_hand_landmarks.prototxt",
"expected_right_up_hand_landmarks.prototxt",
"hand_detector_result_one_hand.pbtxt",
"hand_detector_result_two_hands.pbtxt",
"pointing_up_landmarks.pbtxt",
"thumb_up_landmarks.pbtxt",
],