Skip to content

Commit

Permalink
Update TensorFlow Tutorials (Part 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
texasdiaz committed Sep 13, 2023
1 parent 65fd742 commit 87ed5a0
Show file tree
Hide file tree
Showing 119 changed files with 724 additions and 232 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Android Studio
================

.. warning::
This Tutorial is outdated due to the TensorFlow updates for the
VisionPortal. We are working on updating this tutorial, please
bear with us as we update it. For more information on TensorFlow
for Java, see the VisionPortal
:ref:`TensorFlow Processor Initialization <apriltag/vision_portal/vision_processor_init/vision-processor-init:tensorflow initialization - easy>`.

It is assumed that you already know how to use Android Studio. If not,
be sure to check out the :ref:`Android Studio Guide <programming_resources/android_studio_java/android-studio-tutorial:android studio programming tutorial>`
document before proceeding.
Expand Down
7 changes: 7 additions & 0 deletions docs/source/ftc_ml/implement/blocks/blocks.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Blocks
=======

.. warning::
This Tutorial is outdated due to the TensorFlow updates for the
VisionPortal. We are working on updating this tutorial, please
bear with us as we update it. For more information on using
custom TensorFlow models with Blocks, see the tutorial
`Custom TFOD Model with Blocks <https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-TFOD-Model-with-Blocks>`__

It is assumed that you already know how to use Blocks. If not, be sure
to check out the :ref:`Blocks Programming
Guide <programming_resources/blocks/blocks-tutorial:blocks programming tutorial>`
Expand Down
7 changes: 7 additions & 0 deletions docs/source/ftc_ml/implement/obj/obj.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
OnBot Java (OBJ)
=================

.. warning::
This Tutorial is outdated due to the TensorFlow updates for the
VisionPortal. We are working on updating this tutorial, please
bear with us as we update it. For more information on TensorFlow
for Java, see the VisionPortal
:ref:`TensorFlow Processor Initialization <apriltag/vision_portal/vision_processor_init/vision-processor-init:tensorflow initialization - easy>`.

It is assumed that you already know how to use OnBot Java. If not, be
sure to check out the :ref:`OnBot Java
Guide <programming_resources/onbot_java/onbot-java-tutorial:onbot java programming tutorial>`
Expand Down
10 changes: 10 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,16 @@ to see why.

AprilTags

.. div:: col-sm pl-1 pr-1

.. button-ref:: programming_resources/vision/tensorflow_cs_2023/tensorflow-cs-2023
:ref-type: doc
:color: black
:outline:
:expand:

TensorFlow

.. div:: col-sm pl-1 pr-1

.. button-ref:: programming_resources/index
Expand Down
19 changes: 15 additions & 4 deletions docs/source/programming_resources/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,21 @@ Topics for programming with AprilTags
Understanding AprilTag Values <../apriltag/understanding_apriltag_detection_values/understanding-apriltag-detection-values>
AprilTag Test Images <../apriltag/opmode_test_images/opmode-test-images>

TensorFlow Programming
~~~~~~~~~~~~~~~~~~~~~~

Topics for programming with TensorFlow Object Detection (TFOD)

.. toctree::
:maxdepth: 1
:titlesonly:

vision/tensorflow_cs_2023/tensorflow-cs-2023
vision/tensorflow_pp_2022/tensorflow_pp_2022
vision/tensorflow_ff_2021/tensorflow-ff-2021
vision/blocks_tfod_opmode/blocks-tfod-opmode
vision/java_tfod_opmode/java-tfod-opmode

Vision Programming
~~~~~~~~~~~~~~~~~~~

Expand All @@ -90,10 +105,6 @@ Learning more about using vision
:titlesonly:

vision/vision_overview/vision-overview
vision/tensorflow_pp_2022/tensorflow_pp_2022
vision/blocks_tfod_opmode/blocks-tfod-opmode
vision/java_tfod_opmode/java-tfod-opmode
vision/tensorflow_ff_2021/tensorflow-ff-2021
vision/webcam_controls/index
Camera Calibration <vision/camera_calibration/camera-calibration>

Expand Down
Loading

0 comments on commit 87ed5a0

Please sign in to comment.