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

FTC Engineering
2020-10-29 19:55:03 -04:00
parent b9a32a3982
commit a728d4c48b

@ -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 ### 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. 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. 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 #### Transferring Using the Windows Explorer