Updated Blocks Sample TensorFlow Object Detection Op Mode (markdown)
@ -60,6 +60,8 @@ If the list is empty (i.e., if no objects were detected) the op mode sends a tel
|
||||
|
||||
If the list is not empty, then the op mode iterates through the list and calls a function "displayInfo" to display information via telemetry about each detected object.
|
||||
|
||||
### Modifying the Sample Op Mode to display Target Zone
|
||||
|
||||
### Important Note Regarding Image Orientation
|
||||
The system interprets images based on the phone's orientation (Portrait or Landscape) at the time that the TensorFlow object detector was created and initialized. In our example, if you execute the TensorFlowObjectDetection.initialize block while the phone is in Portrait mode, then the images will be processed in Portrait mode.
|
||||
|
||||
|
Reference in New Issue
Block a user