Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716382518
  • Loading branch information
niuchl authored and copybara-github committed Jan 16, 2025
1 parent 75deb5b commit 4ddaacf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions third_party/external_files.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ def external_files():

http_file(
name = "com_google_mediapipe_face_geometry_expected_out_pbtxt",
sha256 = "4a4ed08055a5bc9281472dd60180d11f0cdc9a15fa1788d87a58af3d06b2c6e4",
urls = ["https://storage.googleapis.com/mediapipe-assets/face_geometry_expected_out.pbtxt?generation=1678323580380646"],
sha256 = "c23c55c14b24523e7fe51ee9ff90b9d4d32d82852ab3e452af9064e60c91c4d1",
urls = ["https://storage.googleapis.com/mediapipe-assets/face_geometry_expected_out.pbtxt?generation=1737065432962469"],
)

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

http_file(
name = "com_google_mediapipe_mraid_v2_2_multiclass_nms_200_40_qat_tflite",
sha256 = "1507a03e3c0e2567d2384b159dc17e21fb67f86c6390b10aab5d74275640ebda",
urls = ["https://storage.googleapis.com/mediapipe-assets/mraid_v2_2_multiclass_nms_200_40_qat.tflite?generation=1737065441446005"],
)

http_file(
name = "com_google_mediapipe_mraid_v25_max_boxes_40_max_classes_per_box_5_tflite",
sha256 = "1c4667b1a3caf90cc6971517df2525c0f8b6807d6598cf4554a9ca224faf42c5",
Expand Down

0 comments on commit 4ddaacf

Please sign in to comment.