From 7b0579b8cd75f2946c28f7e38fe42b48cf125969 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 20 Oct 2020 13:13:05 -0400 Subject: [PATCH] Updated Blocks Sample TensorFlow Object Detection Op Mode (markdown) --- Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md b/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md index 019f63a..4841e0c 100644 --- a/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md +++ b/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode.md @@ -1,7 +1,12 @@ ### Creating the Op Mode -You can use the sample "ConceptTensorFlowObjectDetection" as a template to create your own Blocks op mode that uses the TensorFlow technology to determine the relative location of the Gold Mineral. Start by creating a new op mode and select "ConceptTensorFlowObjectDetection" as the sample op mode from the dropdown list on the Create New Op Mode dialog box. Press "OK" to create the new Op Mode. +You can use the sample "ConceptTensorFlowObjectDetection" as a template to create your own Blocks op mode that uses the TensorFlow technology to determine the relative location of the Gold Mineral. -


Create an Op Mode with ConceptTensorFlowObjectDetection as its template.

+* If you are using a REV Control Hub with an externally connected webcam as your Robot Controller, select "ConceptTensorFlowObjectDetection" as the sample op mode from the dropdown list on the Create New Op Mode dialog box. +* If you are using an Android smartphone as your Robot Controller, select "ConceptTensorFlowObjectDetection" as the sample op mode from the dropdown list on the Create New Op Mode dialog box. + +Press "OK" to create the new Op Mode. + +

[[/images/Using-Computer-Vision/blocksConceptTensorFlowWebcam.png]]
Create an Op Mode with ConceptTensorFlowObjectDetection as its template.

Your new Op Mode should appear in the editing pane of the Blocks Development Tool screen.