From e00ce23b221fd87661393940124798f544b97740 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Wed, 28 Oct 2020 18:35:48 -0400 Subject: [PATCH] Updated Using a Custom TensorFlow Model with Java (markdown) --- Using-a-Custom-TensorFlow-Model-with-Java.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-a-Custom-TensorFlow-Model-with-Java.md b/Using-a-Custom-TensorFlow-Model-with-Java.md index 9c226b1..f3ea4ab 100644 --- a/Using-a-Custom-TensorFlow-Model-with-Java.md +++ b/Using-a-Custom-TensorFlow-Model-with-Java.md @@ -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. -

[[/images/Using-a-Custom-TensorFlow-Model-with-Blocks/myObjCustomModel.png]]
Create an Op Mode with ConceptTensorFlowObjectDetection as its template.

+

[[/images/Using-a-Custom-TensorFlow-Model-with-Java/myObjCustomModel.png]]
Create an Op Mode with ConceptTensorFlowObjectDetection as its template.

Your new op mode should appear in the editing pane of the OnBot Java screen. -

[[/images/Using-a-Custom-TensorFlow-Model-with-Blocks/newlyCreated.png]]
Your newly created op mode should be available for editing through OnBot Java.

+

[[/images/Using-a-Custom-TensorFlow-Model-with-Java/newlyCreated.png]]
Your newly created op mode should be available for editing through OnBot Java.

### 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.