Add metadata writer for image segmentation.
PiperOrigin-RevId: 516671364
This commit is contained in:
committed by
Copybara-Service
parent
9a89b47572
commit
51d9640d88
Vendored
+36
@@ -208,12 +208,36 @@ def external_files():
|
||||
urls = ["https://storage.googleapis.com/mediapipe-assets/corrupted_mobilenet_v1_0.25_224_1_default_1.tflite?generation=1661875706780536"],
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "com_google_mediapipe_deeplabv3_json",
|
||||
sha256 = "f299835bd9ea1cceb25fdf40a761a22716cbd20025cd67c365a860527f178b7f",
|
||||
urls = ["https://storage.googleapis.com/mediapipe-assets/deeplabv3.json?generation=1678818040715103"],
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "com_google_mediapipe_deeplabv3_tflite",
|
||||
sha256 = "5faed2c653905d3e22a8f6f29ee198da84e9b0e7936a207bf431f17f6b4d87ff",
|
||||
urls = ["https://storage.googleapis.com/mediapipe-assets/deeplabv3.tflite?generation=1678775085237701"],
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "com_google_mediapipe_deeplabv3_with_activation_json",
|
||||
sha256 = "a7633476d02f970db3cc30f5f027bcb608149e02207b2ccae36a4b69d730c82c",
|
||||
urls = ["https://storage.googleapis.com/mediapipe-assets/deeplabv3_with_activation.json?generation=1678818047050984"],
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "com_google_mediapipe_deeplabv3_without_labels_json",
|
||||
sha256 = "7d045a583a4046f17a52d2078b0175607a45ed0cc187558325f9c66534c08401",
|
||||
urls = ["https://storage.googleapis.com/mediapipe-assets/deeplabv3_without_labels.json?generation=1678818050191996"],
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "com_google_mediapipe_deeplabv3_without_metadata_tflite",
|
||||
sha256 = "68a539782c2c6a72f8aac3724600124a85ed977162b44e84cbae5db717c933c6",
|
||||
urls = ["https://storage.googleapis.com/mediapipe-assets/deeplabv3_without_metadata.tflite?generation=1678818053623010"],
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "com_google_mediapipe_dense_tflite",
|
||||
sha256 = "be9323068461b1cbf412692ee916be30dcb1a5fb59a9ee875d470bc340d9e869",
|
||||
@@ -976,6 +1000,18 @@ def external_files():
|
||||
urls = ["https://storage.googleapis.com/mediapipe-assets/segmentation_input_rotation0.jpg?generation=1661875914048401"],
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "com_google_mediapipe_segmentation_mask_meta_json",
|
||||
sha256 = "4294d53b309c1fbe38a5184de4057576c3dec14e07d16491f1dd459ac9116ab3",
|
||||
urls = ["https://storage.googleapis.com/mediapipe-assets/segmentation_mask_meta.json?generation=1678818065134737"],
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "com_google_mediapipe_segmenter_labelmap_txt",
|
||||
sha256 = "d9efa78274f1799ddbcab1f87263e19dae338c1697de47a5b270c9526c45d364",
|
||||
urls = ["https://storage.googleapis.com/mediapipe-assets/segmenter_labelmap.txt?generation=1678818068181025"],
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "com_google_mediapipe_selfie_segm_128_128_3_expected_mask_jpg",
|
||||
sha256 = "a295f3ab394a5e0caff2db5041337da58341ec331f1413ef91f56e0d650b4a1e",
|
||||
|
||||
Reference in New Issue
Block a user