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

Releases: robmarkcole/HASS-Deepstack-object

Bugfix saving images

12 Jul 16:38
36d06dd
Compare
Choose a tag to compare

Fixes an issue where images were saved regardless of target detection. Also adds a processed image with a constant filename to make it easy to display on the front end

Adds saving image with bounding box for object detection

26 Jun 05:22
Compare
Choose a tag to compare

Adds event image_processing.file_saved and saving of images with bounding boxes if save_file_folder is configured. An example automation is provided in the readme to send a notification with the saved image.

Adds image_processing.object_detected event

22 Jun 15:26
015b854
Compare
Choose a tag to compare

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

Updates for HA 0.92

28 Apr 06:38
Compare
Choose a tag to compare

Adds init and manifest files

Change file structure

29 Mar 06:14
Compare
Choose a tag to compare

Change file structure to adhere to new requirements for layout of custom components

v0.4

19 Jan 16:13
94ba5b0
Compare
Choose a tag to compare

Adds service to teach (or register) faces with deepstack face

v0.3

19 Jan 07:27
6c88f65
Compare
Choose a tag to compare

Face recognition replaces gender detection

v0.2

16 Jan 05:56
Compare
Choose a tag to compare

Adds object detection

v0.1

15 Jan 07:33
Compare
Choose a tag to compare

Initial with basic functionality