Updated Java Sample TensorFlow Object Detection Op Mode (markdown)

FTC Engineering
2020-10-27 12:07:29 -04:00
parent 25215d2233
commit 0d3f39ec2d

@ -227,9 +227,7 @@ Also, when an object is detected, check its label to see which target zone is as
Note that in this example, since the op mode iterates through the list of recognized objects, the target zone will be displayed for each recognized object in the list.
<p align="center">[[/images/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode/otherTargetZones.png]]<br/>Check the recognized object's label to see which target zone to go after.<p>
Save the op mode and re-run it. The op mode should display the target zone for each object in its list of recognized objects. Note that if you test this op mode with multiple ring stacks, the order of the detected objects can change with each iteration of your op mode.
Rebuild the OnBot Java op mode and re-run it. The op mode should display the target zone for each object in its list of recognized objects. Note that if you test this op mode with multiple ring stacks, the order of the detected objects can change with each iteration of your op mode.
<p align="center">[[/images/Blocks-Sample-TensorFlow-Object-Detection-Op-Mode/modifiedBlocksExample.png]]<br/>The modified op mode should indicate target zone for each recognized object in its list.<p>