From 30982476e6690675ea6359f5983ca2e4f1a525be Mon Sep 17 00:00:00 2001 From: Ibrahim Abdelkader Date: Mon, 14 Feb 2022 20:06:26 +0200 Subject: [PATCH] Update README.md --- src/lib/libtf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/libtf/README.md b/src/lib/libtf/README.md index 445ddd3c0..7b798b426 100644 --- a/src/lib/libtf/README.md +++ b/src/lib/libtf/README.md @@ -24,7 +24,7 @@ no_mask After replacing/adding a Tensorflow model, rebuild the firmware to use the new model. The build system will automatically detect the models and convert them to C structs that get embedded into the firmware image. For more information on how to build the OpenMV firmware from source, see [Building the Firmware From Source](https://github.com/openmv/openmv/blob/master/src/README.md) -## Loading Embedded Tensorflow Models +## Loading embedded Tensorflow models Built-in models can be loaded with `tf.load_builtin_model()` function, for example the following loads the built-in person detection model: ```Python