From 679dbb3fd83717949ad6c5eccb05dfd5481e5e65 Mon Sep 17 00:00:00 2001 From: Yuqi Li Date: Tue, 24 Jan 2023 14:44:19 -0800 Subject: [PATCH] nit: update the metadata_schema.fbs file path. PiperOrigin-RevId: 504380873 --- mediapipe/tasks/python/metadata/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/python/metadata/metadata.py b/mediapipe/tasks/python/metadata/metadata.py index 2327ebbdf..6afb5a3fa 100644 --- a/mediapipe/tasks/python/metadata/metadata.py +++ b/mediapipe/tasks/python/metadata/metadata.py @@ -106,7 +106,7 @@ class MetadataPopulator(object): The metadata file (or buffer) should be generated based on the metadata schema: - third_party/tensorflow/lite/schema/metadata_schema.fbs + mediapipe/tasks/metadata/metadata_schema.fbs Example usage: Populate matadata and label file into an image classifier model.