From aee2a4843e8c86427833b623e8b71569db3bcd65 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 20 Oct 2020 14:07:28 -0400 Subject: [PATCH] Updated Blocks Sample TensorFlow Object Detection Op Mode (markdown) --- Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md b/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md index 8a43c14..2e54ad1 100644 --- a/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md +++ b/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md @@ -10,7 +10,7 @@ Press "OK" to create the new Op Mode. Your new Op Mode should appear in the editing pane of the Blocks Development Tool screen. -


Your newly created Op Mode will have the ConceptTensorFlowObjectDetection Blocks included.

+

[[/images/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode/blocksMyExample.png]]
Your newly created Op Mode will have the ConceptTensorFlowObjectDetection Blocks included.

### Initializing the System Let's take a look at the initial blocks in the Op Mode. The first block in the op mode (excluding the comment block) initializes the Vuforia library on the Android Robot Controller. This is needed because the TensorFlow Lite library will receive image data from the Vuforia library. In this example, the enableCameraMonitoring option is set to false. This means that there will not be a Vuforia preview window on the Robot Controller screen.