From 97b58c7dc80df66a7c5aa25d6fd0389906713c85 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 20 Oct 2020 14:13:08 -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 2e54ad1..601e4bc 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. -

[[/images/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode/blocksMyExample.png]]
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.