From 12eabd60d80dd9f1aabab15614fe947b989af839 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Sat, 9 Sep 2023 15:10:50 -0700 Subject: [PATCH] 9-9-23 add header note with link to updated version. The title changed from "Op Mode", so this version was not replaced, to preserve community links/bookmarks. --- Blocks-Sample-Op-Mode-for-TensorFlow-Object-Detection.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Blocks-Sample-Op-Mode-for-TensorFlow-Object-Detection.md b/Blocks-Sample-Op-Mode-for-TensorFlow-Object-Detection.md index 4740693..78f1d24 100644 --- a/Blocks-Sample-Op-Mode-for-TensorFlow-Object-Detection.md +++ b/Blocks-Sample-Op-Mode-for-TensorFlow-Object-Detection.md @@ -1,3 +1,8 @@ + +### This page has been updated for the FTC VisionPortal and 2023-2024 CENTERSTAGE game. See the new version [**here**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Blocks-Sample-OpMode-for-TFOD). + +================ + ### 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 "look for" any game elements, and determine the relative location of any identified elements.