From d4e11fe2ef42af168a55517f0adfd669402c74b3 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Sun, 10 Sep 2023 10:58:49 -0700 Subject: [PATCH] 9-10-23 update link and screenshot to public location of TFOD model for white Pixel (was at private repo before Kickoff) --- Custom-TFOD-Model-with-Blocks.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Custom-TFOD-Model-with-Blocks.md b/Custom-TFOD-Model-with-Blocks.md index 627ae38..b4ff584 100644 --- a/Custom-TFOD-Model-with-Blocks.md +++ b/Custom-TFOD-Model-with-Blocks.md @@ -2,6 +2,10 @@ This text does not appear at the published wiki. +v06 9-10-23 update link and screenshot for public location of TFOD Model of white Pixel + +v05 9-9-23 after kickoff, publish to ftc wiki with updated sidebar + v04 9-6-23 Add some expanded description from the Blocks TFOD article at ftc-docs. That article was produced fot the Ultimate Goal season. v03 9-5-23 Per urgent request 9-4-23 from Danny Diaz, this is a complete re-write from 2020 Skystone version, based on: @@ -32,7 +36,7 @@ The Robot Controller allows you to load a trained inference model in the form of Here we use the standard FTC `.tflite` file from CENTERSTAGE (2023-2024), available on GitHub at the following link: -[CENTERSTAGE Tflite File](https://github.com/FIRST-Tech-Challenge/CenterStageAssets/blob/main/assetsModule/src/main/assets/CenterStage.tflite) +[CENTERSTAGE TFLite File](https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/tensorflow/CenterStage.tflite) For competition, teams can use the FTC [**Machine Learning toolchain**](https://ftc-docs.firstinspires.org/en/latest/ftc_ml/index.html) to train their own custom models of Team Props. @@ -44,7 +48,7 @@ Here we use the standard FTC `.tflite` file from CENTERSTAGE (2023-2024), availa Click the "Download Raw File" button to download the `CenterStage.tflite` file from GitHub to your local device (e.g. laptop). See the green arrow. -

[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/Using-a-Custom-TensorFlow-Model-with-Blocks/010-Centerstage-repo.png]]

+

[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/Using-a-Custom-TensorFlow-Model-with-Blocks/012-Centerstage-public-repo.png]]

[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-Model-with-Blocks]]