From a728d4c48ba8b0ed386af085ebe0be38c1b3a884 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Thu, 29 Oct 2020 19:55:03 -0400 Subject: [PATCH] Updated Using a TensorFlow Pretrained Model to Detect Everyday Objects (markdown) --- ...g-a-TensorFlow-Pretrained-Model-to-Detect-Everyday-Objects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-a-TensorFlow-Pretrained-Model-to-Detect-Everyday-Objects.md b/Using-a-TensorFlow-Pretrained-Model-to-Detect-Everyday-Objects.md index 45dec5c..eeea19d 100644 --- a/Using-a-TensorFlow-Pretrained-Model-to-Detect-Everyday-Objects.md +++ b/Using-a-TensorFlow-Pretrained-Model-to-Detect-Everyday-Objects.md @@ -17,6 +17,7 @@ Download the .zip archive to your laptop and uncompress its contents to a folder ### Transferring the files to the Robot Controller For this example, we want to transfer the .tflite and labelmap files to a directory on your robot controller. +#### Transferring Using the Android Debug Bridge Tool If you are an advanced user and are familiar with using [adb](https://developer.android.com/studio/command-line/adb), then you can use adb to push the files to the directory "/sdcard/FIRST/tflitemodels" on your robot controller. #### Transferring Using the Windows Explorer