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.