Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Publish box data

Compare
Choose a tag to compare
@robmarkcole robmarkcole released this 11 Oct 05:03
· 143 commits to master since this release
b2684be

The bounding box and object centroid data are now published in the image_processing.object_detected event. This completes a transition to an approach where the UI is for typical users, and events are for power users.

<Event image_processing.object_detected[L]: entity_id=image_processing.deepstack_object, object=dog, confidence=99.9, box=[0.559, 0.674, 0.842, 0.83], centroid=[0.752, 0.701]>

Additionally the target is not listed in the attributes as it is the unit_of_measurement. This streamlines the UI:

image