nit: update the metadata_schema.fbs file path.

PiperOrigin-RevId: 504380873
This commit is contained in:
Yuqi Li 2023-01-24 14:44:19 -08:00 committed by Copybara-Service
parent ce9fec806c
commit 679dbb3fd8

View File

@ -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.