Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 582098762
  • Loading branch information
schmidt-sebastian authored and copybara-github committed Nov 13, 2023
1 parent 71e9929 commit a38467b
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions third_party/external_files.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ def external_files():
urls = ["https://storage.googleapis.com/mediapipe-assets/associated_file_meta.json?generation=1665422792304395"],
)

http_file(
name = "com_google_mediapipe_average_word_classifier_tflite",
sha256 = "13bf6f7f35964f1e85d6cc762ee7b1952009b532b233baa5bdb4bf7441097f34",
urls = ["https://storage.googleapis.com/mediapipe-assets/average_word_classifier.tflite?generation=1699635086044360"],
)

http_file(
name = "com_google_mediapipe_bert_text_classifier_no_metadata_tflite",
sha256 = "9b4554f6e28a72a3f40511964eed1ccf4e74cc074f81543cacca4faf169a173e",
Expand Down Expand Up @@ -562,6 +568,12 @@ def external_files():
urls = ["https://storage.googleapis.com/mediapipe-assets/holistic_hand_tracking_left_hand_graph.pbtxt?generation=1697732440362430"],
)

http_file(
name = "com_google_mediapipe_holistic_landmarker_task",
sha256 = "e2dab61191e2dcd0a15f943d8e3ed1dce13c82dfa597b9dd39f562975a50c3f8",
urls = ["https://storage.googleapis.com/mediapipe-assets/holistic_landmarker.task?generation=1699635090585884"],
)

http_file(
name = "com_google_mediapipe_holistic_pose_tracking_graph_pbtxt",
sha256 = "1d36d014d38c09fea73042471d5d1a616f3cc9f22c8ca625deabc38efd63f6aa",
Expand Down Expand Up @@ -700,6 +712,12 @@ def external_files():
urls = ["https://storage.googleapis.com/mediapipe-assets/libimagegenerator_gpu.so?generation=1694488131511338"],
)

http_file(
name = "com_google_mediapipe_living_room_jpg",
sha256 = "8d74535dfe58e7d62dee99df5ab7741ad373a456797cf4d99048dfd17ccb0d6c",
urls = ["https://storage.googleapis.com/mediapipe-assets/living_room.jpg?generation=1699635092884512"],
)

http_file(
name = "com_google_mediapipe_male_full_height_hands_jpg",
sha256 = "8a7fe5be8b90d6078b09913ca28f7e5d342f8d3cde856ab4e3327d2970b887f8",
Expand All @@ -708,8 +726,8 @@ def external_files():

http_file(
name = "com_google_mediapipe_male_full_height_hands_result_cpu_pbtxt",
sha256 = "f7bea74f60386baa05716341844876c89f43aaee64c110d259a824c4696ed451",
urls = ["https://storage.googleapis.com/mediapipe-assets/male_full_height_hands_result_cpu.pbtxt?generation=1692651587930202"],
sha256 = "f4a53dec51b621abeb1dbd854087dd0b02a3d40472f5fdbc5e836315bcb704f3",
urls = ["https://storage.googleapis.com/mediapipe-assets/male_full_height_hands_result_cpu.pbtxt?generation=1699635094875663"],
)

http_file(
Expand Down Expand Up @@ -862,6 +880,12 @@ def external_files():
urls = ["https://storage.googleapis.com/mediapipe-assets/mobile_object_labeler_v1.tflite?generation=1666144701839813"],
)

http_file(
name = "com_google_mediapipe_mobile_raid_one_stage_v2_1_uint8_tflite",
sha256 = "2e397b750d8f270e3f41731c1ec1f5b7811f93bc3a39fb81a4c47dd5e9055915",
urls = ["https://storage.googleapis.com/mediapipe-assets/mobile_raid_one_stage_v2_1_uint8.tflite?generation=1699635098658451"],
)

http_file(
name = "com_google_mediapipe_model_without_metadata_tflite",
sha256 = "05c5aea7ae00aeed0053a85f2b2e896b4ea272c5219052d32c06b655fbf5cc9b",
Expand Down Expand Up @@ -892,6 +916,12 @@ def external_files():
urls = ["https://storage.googleapis.com/mediapipe-assets/mozart_square.jpg?generation=1661875853838871"],
)

http_file(
name = "com_google_mediapipe_mraid_v25_max_boxes_40_max_classes_per_box_5_tflite",
sha256 = "1c4667b1a3caf90cc6971517df2525c0f8b6807d6598cf4554a9ca224faf42c5",
urls = ["https://storage.googleapis.com/mediapipe-assets/mraid_v25_max_boxes_40_max_classes_per_box_5.tflite?generation=1699635101036991"],
)

http_file(
name = "com_google_mediapipe_multi_objects_jpg",
sha256 = "ada6e36b40519cf0a4fbdf1b535de7fa7d0c472f2c0a08ada8ee5728e16c0c68",
Expand Down

0 comments on commit a38467b

Please sign in to comment.