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

FTC Engineering
2020-10-30 07:43:48 -04:00
parent 6579a2fb6b
commit dad5af2f98

@ -222,9 +222,9 @@ The op mode will also display label information on the driver station (using tel
### Using Android Studio or the Blocks Development Tool
You can also use Android Studio to build and deploy this example op mode if you prefer. The same op mode you would use for OnBot Java can be built using Android Studio.
You can also use this mobilenet TensorFlow model to detect common objects using a Blocks op mode. However, currently the Blocks development tool does not have support for reading in labels from the label map file. Instead, a Blocks programmer must specify the labels in a list using the "makeListFromText" programming block.
You can also use this mobilenet TensorFlow model to detect common objects using a Blocks op mode. However, currently the Blocks development tool does not have support for reading in labels from the label map file. Instead, a Blocks programmer must specify the labels in a list using the "make list from text" programming block.
<p align="center">[[/images/Using-a-TensorFlow-Pretrained-Model-to-Detect-Everyday-Objects/makeListFromText.png]]<br/>A Blocks programmer would have to manually enter in the label values using the makeListFromText block.<p>
<p align="center">[[/images/Using-a-TensorFlow-Pretrained-Model-to-Detect-Everyday-Objects/makeListFromText.png]]<br/>A Blocks programmer would have to manually enter in the label values using the "make list from text" block.<p>
### Example Source Code
The example op mode (except for the Vuforia license key) is included below for reference: