Migrate base metadata functionality like MetadataPopulator and MetadataDisplayer class into MediaPipe.
PiperOrigin-RevId: 478279747
This commit is contained in:
committed by
Copybara-Service
parent
9568de0570
commit
13f6e0c797
@@ -19,9 +19,9 @@ package(default_visibility = ["//mediapipe/tasks:internal"])
|
||||
licenses(["notice"])
|
||||
|
||||
py_library(
|
||||
name = "test_util",
|
||||
name = "test_utils",
|
||||
testonly = 1,
|
||||
srcs = ["test_util.py"],
|
||||
srcs = ["test_utils.py"],
|
||||
srcs_version = "PY3",
|
||||
deps = [
|
||||
"//mediapipe/python:_framework_bindings",
|
||||
|
||||
Reference in New Issue
Block a user