From 898b7ac3a512775e962fc9c27d97b0c039d03e43 Mon Sep 17 00:00:00 2001 From: Ibrahim Abdelkader Date: Mon, 14 Feb 2022 20:05:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 436bddd61..93ffe6734 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The first generation of OpenMV cameras is based on STM32 ARM Cortex-M Digital Si The OpenMV project was successfully funded via Kickstarter back in 2015 and has come a long way since then. For more information, please visit [https://openmv.io](https://openmv.io) ## Tensorflow support -The OpenMV firmware supports loading quantized Tensorflow Lite models. The firmware supports loading external models that reside on the filesystem to memory (on boards with SDRAM), and internal models (embedded into the firmware) in place. To load an external Tensorflow model from the filesystem from Python use [`tf`](https://docs.openmv.io/library/omv.tf.html) Python module. For information on embedding Tensorflow models into the firmware, and loading them, please see [Tensorflow Support](https://github.com/openmv/openmv/edit/master/src/lib/libtf/README.md). +The OpenMV firmware supports loading quantized Tensorflow Lite models. The firmware supports loading external models that reside on the filesystem to memory (on boards with SDRAM), and internal models (embedded into the firmware) in place. To load an external Tensorflow model from the filesystem from Python use [`tf`](https://docs.openmv.io/library/omv.tf.html) Python module. For information on embedding Tensorflow models into the firmware, and loading them, please see [Tensorflow Support](https://github.com/openmv/openmv/blob/master/src/lib/libtf/README.md). ## Interface library