Updated Blocks Sample TensorFlow Object Detection Op Mode (markdown)

FTC Engineering
2020-10-20 14:07:28 -04:00
parent c7585bdda3
commit aee2a4843e

@ -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.
<p align="center"><img src="https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/tensorflow/images/blocksMyExample.png" width="300"><br/>Your newly created Op Mode will have the ConceptTensorFlowObjectDetection Blocks included.<p>
<p align="center">[[/images/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode/blocksMyExample.png]]<br/>Your newly created Op Mode will have the ConceptTensorFlowObjectDetection Blocks included.<p>
### 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.