View source on GitHub |
Loads a TFLite model buffer from file.
mediapipe_model_maker.model_util.load_tflite_model_buffer(
model_path: str
) -> bytearray
Args | |
---|---|
model_path
|
Absolute path to a TFLite file, such as
/ |
Returns | |
---|---|
A TFLite model buffer |