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

Adds image_processing.object_detected event

Compare
Choose a tag to compare
@robmarkcole robmarkcole released this 22 Jun 15:26
· 203 commits to master since this release
015b854

This release adds an event image_processing.object_detected which is fired for each object detected.
The event payload includes:

  • classifier : the classifier (i.e. deepstack_object)
  • entity_id : the entity id responsible for the event
  • object : the object detected
  • confidence : the confidence in detection in the range 0 - 1 where 1 is 100% confidence.

An example automation is provided in the instructions showing how a notification can be sent when a person is detected