Updated Using TensorFlow Lite for the Ultimate Goal Challenge (markdown)

FTC Engineering
2020-10-29 21:31:11 -04:00
parent eedf08b797
commit 16b5c77057

@ -31,4 +31,10 @@ The FTC software includes sample op modes (Blocks and Java versions) that demons
* [Using a Custom TensorFlow Model with Blocks](Using-a-Custom-TensorFlow-Model-with-Blocks) * [Using a Custom TensorFlow Model with Blocks](Using-a-Custom-TensorFlow-Model-with-Blocks)
* [Using a Custom TensorFlow Model with Java](Using-a-Custom-TensorFlow-Model-with-Java) * [Using a Custom TensorFlow Model with Java](Using-a-Custom-TensorFlow-Model-with-Java)
### Detecting Everyday Objects
You can use a pretrained TensorFlow Lite model to detect everyday objects, such as a clock, person, computer mouse, or cell phone. The following advanced tutorial shows how you can use a free, pretrained model to recognize numerous everyday objects.
* [Using a TensorFlow Pretrained Model to Detect Everyday Objects](Using-a-TensorFlow-Pretrained-Model-to-Detect-Everyday-Objects)
<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>