From c8b119953f285e2383aa34ed95e44e9958a4a9e9 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Thu, 21 Oct 2021 18:00:09 -0700 Subject: [PATCH] Add header link to updated version for Freight Frenzy. --- Java-Sample-TensorFlow-Object-Detection-Op-Mode.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Java-Sample-TensorFlow-Object-Detection-Op-Mode.md b/Java-Sample-TensorFlow-Object-Detection-Op-Mode.md index 003b569..2028647 100644 --- a/Java-Sample-TensorFlow-Object-Detection-Op-Mode.md +++ b/Java-Sample-TensorFlow-Object-Detection-Op-Mode.md @@ -1,3 +1,8 @@ + +### _**Note:** A Freight Frenzy update to this page's Sample Op Mode is available [**here**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Java-Sample-Op-Mode-for-TensorFlow-Object-Detection)._ + + + ### 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.