From 3daacafa712aee09ccbbf8bbd212332326f09f92 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Sat, 9 Sep 2023 15:13:30 -0700 Subject: [PATCH] 9-9-23 add header note with link to updated version. The title was shortened, so this version was not replaced, to preserve community links/bookmarks. --- Using-a-Custom-TensorFlow-Model-with-Blocks.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Using-a-Custom-TensorFlow-Model-with-Blocks.md b/Using-a-Custom-TensorFlow-Model-with-Blocks.md index 6e46a3f..a0a38a9 100644 --- a/Using-a-Custom-TensorFlow-Model-with-Blocks.md +++ b/Using-a-Custom-TensorFlow-Model-with-Blocks.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/Custom-TFOD-Model-with-Blocks). + +================ + ### Introduction The Blocks Development Tool includes a sample op mode that demonstrates how a user can load a custom inference model. In this example, we will load a TensorFlow inference model from a prior FIRST Tech Challenge season.