Updated Using a Custom TensorFlow Model with Java (markdown)

FTC Engineering
2020-10-28 18:35:48 -04:00
parent 5332bef704
commit e00ce23b22

@ -39,11 +39,11 @@ You can use the sample "ConceptTensorFlowObjectDetection" as a template to creat
Specify the name as "MyOBJCustomModel" (where "OBJ" stands for "OnBot Java"). Press "OK" to create the new op mode. Specify the name as "MyOBJCustomModel" (where "OBJ" stands for "OnBot Java"). Press "OK" to create the new op mode.
<p align="center">[[/images/Using-a-Custom-TensorFlow-Model-with-Blocks/myObjCustomModel.png]]<br/>Create an Op Mode with ConceptTensorFlowObjectDetection as its template.<p> <p align="center">[[/images/Using-a-Custom-TensorFlow-Model-with-Java/myObjCustomModel.png]]<br/>Create an Op Mode with ConceptTensorFlowObjectDetection as its template.<p>
Your new op mode should appear in the editing pane of the OnBot Java screen. Your new op mode should appear in the editing pane of the OnBot Java screen.
<p align="center">[[/images/Using-a-Custom-TensorFlow-Model-with-Blocks/newlyCreated.png]]<br/>Your newly created op mode should be available for editing through OnBot Java.<p> <p align="center">[[/images/Using-a-Custom-TensorFlow-Model-with-Java/newlyCreated.png]]<br/>Your newly created op mode should be available for editing through OnBot Java.<p>
### Initializing the System ### Initializing the System
Before you can run your op mode, you must first make sure you have a valid Vuforia developer license key to initialize the Vuforia software. You can obtain a key for free from [https://developer.vuforia.com/license-manager](https://developer.vuforia.com/license-manager). Once you obtain your key, replace the VUFORIA_KEY static String with the actual license key so the Vuforia software will be able to initialize properly. Before you can run your op mode, you must first make sure you have a valid Vuforia developer license key to initialize the Vuforia software. You can obtain a key for free from [https://developer.vuforia.com/license-manager](https://developer.vuforia.com/license-manager). Once you obtain your key, replace the VUFORIA_KEY static String with the actual license key so the Vuforia software will be able to initialize properly.