From 14a07c6328512060d04f1710ea0bb05a183dd50f Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Sun, 17 Sep 2023 16:39:41 -0700 Subject: [PATCH] 9-17-23 add header note with link to updated version. The title was shortened, so this version was not replaced, to preserve community links/bookmarks. --- Java-Sample-Op-Mode-for-TensorFlow-Object-Detection.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Java-Sample-Op-Mode-for-TensorFlow-Object-Detection.md b/Java-Sample-Op-Mode-for-TensorFlow-Object-Detection.md index 93db36a..af5d44c 100644 --- a/Java-Sample-Op-Mode-for-TensorFlow-Object-Detection.md +++ b/Java-Sample-Op-Mode-for-TensorFlow-Object-Detection.md @@ -1,3 +1,9 @@ + + +### 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/Java-Sample-OpMode-for-TFOD). + +================ + ### Creating the Op Mode You can use the sample "ConceptTensorFlowObjectDetection" as a template to create your own Java op mode that uses the TensorFlow technology to "look for" any game elements, and determine the relative location of any identified elements.