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