Updated Blocks Sample TensorFlow Object Detection Op Mode (markdown)

FTC Engineering
2020-10-20 13:13:05 -04:00
parent 6cd378fedd
commit 7b0579b8cd

@ -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.
<p align="center"><img src="https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/tensorflow/images/blocksConceptTensorFlow.png" width="400"><br/>Create an Op Mode with ConceptTensorFlowObjectDetection as its template.<p>
* 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.
<p align="center">[[/images/Using-Computer-Vision/blocksConceptTensorFlowWebcam.png]]<br/>Create an Op Mode with ConceptTensorFlowObjectDetection as its template.<p>
Your new Op Mode should appear in the editing pane of the Blocks Development Tool screen.