From ce506be7524b128ccb048b5a3cf38a01b962ca66 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Mon, 26 Oct 2020 18:30:21 -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 786dd8c..3069e5d 100644 --- a/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md +++ b/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md @@ -73,7 +73,7 @@ Note that in this example, since the op mode iterates through the list of recogn Save the op mode and re-run it. The op mode should display the target zone based on the label of the last recognized object in its list of recognized objects. Note that if you test this op mode with multiple ring stacks, the order of the detected objects can change with each iteration of your op mode. -

[[/images/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode/modifiedBlocksExample.png]]
The modified op mode should indicate target zone based on label of last recognized object in its list.

+

[[/images/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode/modifiedBlocksExample.png]]
The modified op mode should indicate target zone based on the label of last recognized object in its list.

### Important Note Regarding Image Orientation The system interprets images based on the phone's orientation (Portrait or Landscape) at the time that the TensorFlow object detector was created and initialized. In our example, if you execute the TensorFlowObjectDetection.initialize block while the phone is in Portrait mode, then the images will be processed in Portrait mode.