From c2fe4aacc15c41d92ab9d35dbd575b8524d43a34 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 20 Oct 2020 14:15:17 -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 945836b..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/blocksConceptTensorFlowWebcam.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.