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

Releases: robmarkcole/HASS-Deepstack-face

Close small issue

21 Dec 11:40
d35873c
Compare
Choose a tag to compare

Adds event for taught face

20 Sep 08:04
9bc70a6
Compare
Choose a tag to compare

Add UI selectors for teach_face service (Breaking Change)

01 Sep 06:31
ba09568
Compare
Choose a tag to compare

Adds missing services.yaml

03 Feb 04:37
7d5c899
Compare
Choose a tag to compare

Adds missing services.yaml file. No functional changes for users

Adds save face to image file

08 Jan 04:35
1bb55de
Compare
Choose a tag to compare

Thanks to @mLupine this release adds the ability to save faces as below. This is useful if a face is unknown as the saved image can then be used to train deepstack the face.

Example addition to config for this integtation:

    save_faces: True
    save_faces_folder: /config/faces/

image

Bumps Deepstack-python dependency

21 Dec 03:45
Compare
Choose a tag to compare

Bumps Deepstack-python dependency to 0.8, resolving a conflict where the Deepstack face and object integrations were using different versions of the dependency and causing issues for some users

Adds bounding boxes

12 Jun 07:04
Compare
Choose a tag to compare

Bounding boxes can now be displayed:

image

A minor change that may affect some automations, but now a state change event is published on each update, even if the state stays the same (e.g. 2 -> 2)

Adds saving images

10 Jun 05:10
0023d0a
Compare
Choose a tag to compare

You can now save images to disk when faces are detected. Add to your config the following additions:

    save_file_folder: /config/snapshots/
    save_timestamped_file: True

Adds image_processing.detect_face event

24 May 06:53
566ad86
Compare
Choose a tag to compare

For each recognised face that is detected, an image_processing.detect_face event is fired. This event can be used to trigger automations

Bump dependency

21 May 04:07
e5c8bb3
Compare
Choose a tag to compare
Merge pull request #10 from robmarkcole/bump-dependency

Update manifest.json