Updated Blocks Sample TensorFlow Object Detection Op Mode (markdown)

FTC Engineering
2020-10-26 19:38:45 -04:00
parent 0a5854f2f1
commit 07244f9186

@ -108,4 +108,5 @@ When the example Op Mode is no longer active (i.e., when the user has pressed th
### Using a Custom Inference Model
Users with advanced programming knowledge can use Google's [TensorFlow Object Detection API](https://github.com/tensorflow/models/tree/master/research/object_detection) to create their own custom inference model. If you have a custom inference model, you can import that model into a Blocks op mode, and use it to look for and track custom targets.