Updated Using a TensorFlow Pretrained Model to Detect Everyday Objects (markdown)

FTC Engineering
2020-10-29 21:21:02 -04:00
parent 00c030c64a
commit 0dddb8296b

@ -1,7 +1,7 @@
### Introduction ### Introduction
Teams have the option of using a custom TensorFlow object detection model to detect objects other than the current season's game elements. This tutorial demonstrates how use a pretrained model to look for and track everyday objects. This particular tutorial uses the OnBot Java programming tool, but teams can also use Android Studio or the Blocks programming tool to implement this example. This tutorial covers an advanced topic and assumes that the user has good programming knowledge and is familiar with Android devices and computer technology. Teams have the option of using a custom TensorFlow object detection model to detect objects other than the current season's game elements. This tutorial demonstrates how use a pretrained model to look for and track everyday objects. This particular tutorial uses the OnBot Java programming tool, but teams can also use Android Studio or the Blocks programming tool to implement this example. This tutorial covers an advanced topic and assumes that the user has good programming knowledge and is familiar with Android devices and computer technology.
<p align="center">[[/images/Using-a-TensorFlow-Pretrained-Model-to-Detect-Everyday-Objects/tfliteDemo.png]]<br/>TensorFlow can be used to recognize everyday objects like a clock, a cellphone or a keyboard.<p> <p align="center">[[/images/Using-a-TensorFlow-Pretrained-Model-to-Detect-Everyday-Objects/tfliteDemo.png]]<br/>TensorFlow can be used to recognize everyday objects like a keyboard, a clock, or a cellphone.<p>
This tutorial also assumes that you have already completed the steps in [a previous TensorFlow tutorial](Using-a-Custom-TensorFlow-Model-with-Java). If you have not yet completed the steps in the [previous TensorFlow tutorial](Using-a-Custom-TensorFlow-Model-with-Java), then please do so before continuing with this tutorial. This tutorial also assumes that you have already completed the steps in [a previous TensorFlow tutorial](Using-a-Custom-TensorFlow-Model-with-Java). If you have not yet completed the steps in the [previous TensorFlow tutorial](Using-a-Custom-TensorFlow-Model-with-Java), then please do so before continuing with this tutorial.