Skip to content

Commit d9f30ae

Browse files
MediaPipe Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 787388738
1 parent a65487a commit d9f30ae

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

  • mediapipe/tasks/web/vision

mediapipe/tasks/web/vision/holistic_landmarker/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# the detection results for one or more holistic categories, using Hand Landmarker.
55

66
load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")
7+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
78
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_ts_declaration", "mediapipe_ts_library")
89

910
package(default_visibility = ["//mediapipe/tasks:internal"])

mediapipe/tasks/web/vision/image_classifier/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This task takes video or image frames and outputs the classification result.
44

55
load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")
6+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
67
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_ts_declaration", "mediapipe_ts_library")
78

89
package(default_visibility = ["//mediapipe/tasks:internal"])

mediapipe/tasks/web/vision/image_embedder/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This task performs embedding extraction on images.
44

55
load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")
6+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
67
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_ts_declaration", "mediapipe_ts_library")
78

89
package(default_visibility = ["//mediapipe/tasks:internal"])

mediapipe/tasks/web/vision/image_segmenter/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This contains the MediaPipe Image Segmenter Task.
22

33
load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")
4+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
45
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_ts_declaration", "mediapipe_ts_library")
56

67
package(default_visibility = ["//mediapipe/tasks:internal"])

mediapipe/tasks/web/vision/interactive_segmenter/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This contains the MediaPipe Interactive Segmenter Task.
22

33
load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")
4+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
45
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_ts_declaration", "mediapipe_ts_library")
56

67
package(default_visibility = ["//mediapipe/tasks:internal"])

mediapipe/tasks/web/vision/object_detector/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# the detection results for one or more object categories, using Object Detector.
55

66
load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")
7+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
78
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_ts_declaration", "mediapipe_ts_library")
89

910
package(default_visibility = ["//mediapipe/tasks:internal"])

mediapipe/tasks/web/vision/pose_landmarker/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# the detection results for one or more pose categories, using Pose Landmarker.
55

66
load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")
7+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
78
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_ts_declaration", "mediapipe_ts_library")
89

910
package(default_visibility = ["//mediapipe/tasks:internal"])

0 commit comments

Comments
 (0)