9-10-23 corrected the return-to-top links

Westside Robotics
2023-09-10 08:15:33 -07:00
parent 3daacafa71
commit 589f24870c

@ -46,7 +46,7 @@ Click the "Download Raw File" button to download the `CenterStage.tflite` file f
<p align="center">[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/Using-a-Custom-TensorFlow-Model-with-Blocks/010-Centerstage-repo.png]]</p> <p align="center">[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/Using-a-Custom-TensorFlow-Model-with-Blocks/010-Centerstage-repo.png]]</p>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-with-Blocks]]</i><p> <p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-Model-with-Blocks]]</i><p>
## Uploading to the Robot Controller ## Uploading to the Robot Controller
@ -70,7 +70,7 @@ Now the file will upload to the Robot Controller. The file will appear in the l
<p align="center">[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/Using-a-Custom-TensorFlow-Model-with-Blocks/060-Centerstage-tflite.png]]</p> <p align="center">[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/Using-a-Custom-TensorFlow-Model-with-Blocks/060-Centerstage-tflite.png]]</p>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-with-Blocks]]</i><p> <p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-Model-with-Blocks]]</i><p>
## Creating the OpMode ## Creating the OpMode
@ -88,7 +88,7 @@ The new OpMode should appear in edit mode in your browser.
By default, the Sample OpMode assumes you are using a webcam, configured as "Webcam 1". If you are using the built-in camera on your Android RC phone, change the USE_WEBCAM Boolean from `true` to `false` (green arrow above). By default, the Sample OpMode assumes you are using a webcam, configured as "Webcam 1". If you are using the built-in camera on your Android RC phone, change the USE_WEBCAM Boolean from `true` to `false` (green arrow above).
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-with-Blocks]]</i><p> <p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-Model-with-Blocks]]</i><p>
## Loading the Custom Model ## Loading the Custom Model
@ -116,7 +116,7 @@ When complete, the edited Blocks should look like this:
<p align="center">[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/Using-a-Custom-TensorFlow-Model-with-Blocks/147-Centerstage-Blocks.png]]</p> <p align="center">[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/Using-a-Custom-TensorFlow-Model-with-Blocks/147-Centerstage-Blocks.png]]</p>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-with-Blocks]]</i><p> <p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-Model-with-Blocks]]</i><p>
## Adjusting the Zoom Factor ## Adjusting the Zoom Factor
@ -132,7 +132,7 @@ Place this Block immediately after the Block `set myTfodProcessor to call myTfod
The "zoomed" region can be observed in the DS preview (Camera Stream) and the RC preview (LiveView), surrounded by a greyed-out area that is **not evaluated** by the TFOD Processor. The "zoomed" region can be observed in the DS preview (Camera Stream) and the RC preview (LiveView), surrounded by a greyed-out area that is **not evaluated** by the TFOD Processor.
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-with-Blocks]]</i><p> <p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-Model-with-Blocks]]</i><p>
## Testing the OpMode ## Testing the OpMode
@ -162,7 +162,7 @@ If you don't have a physical Pixel on hand, try pointing the camera at this imag
<p align="center">[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/Using-a-Custom-TensorFlow-Model-with-Blocks/300-Pixel.png]]</p> <p align="center">[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/Using-a-Custom-TensorFlow-Model-with-Blocks/300-Pixel.png]]</p>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-with-Blocks]]</i><p> <p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-Model-with-Blocks]]</i><p>
## Modifying the Sample ## Modifying the Sample
@ -182,7 +182,7 @@ In any case, the OpMode should exit the main loop and continue running, using an
Best of luck this season! Best of luck this season!
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-with-Blocks]]</i><p> <p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-Model-with-Blocks]]</i><p>
============ ============