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

Add object_type to deepstack.object_detected

13 Jan 05:31
930ca57
Compare
Choose a tag to compare

Adds object_type to the event deepstack.object_detected. Objects are grouped by the following object_type:

  • person: person
  • animal: bird, cat, dog, horse, sheep, cow, elephant, bear, zebra, giraffe
  • vehicle: bicycle, car, motorcycle, airplane, bus, train, truck
  • other: any object that is not in person, animal or vehicle

This will simplify automations, e.g. if you are watching for dog or cat (both need to be in targets), you can now trigger an alert on object_type : animal

Fix small issue

01 Jan 10:31
d81a67a
Compare
Choose a tag to compare

Adds saved_file to object_detected event

01 Jan 09:55
Compare
Choose a tag to compare

Adds saved_file path information to object_detected event to make including saved images in automations easier. An example is given in the readme

Resolve issue with custom models

31 Dec 06:05
294d9c5
Compare
Choose a tag to compare

Drop unit of measurement "targets"

21 Dec 04:17
d53c41d
Compare
Choose a tag to compare

Drop unit of measurement "targets" and tidies attributes which were way too busy

Bump dependency

20 Dec 09:04
ff12d9a
Compare
Choose a tag to compare

Update dependency, no functional changes

Support custom models

17 Dec 08:34
0816256
Compare
Choose a tag to compare

Updates readme to reflect open sourcing of Deepstack and adds support for custom models. Note custom models are not supplied, you must create your own or source one from the community.

Example mask detection using a custom model:

image

adds show_boxes

09 Jun 03:43
0c1165d
Compare
Choose a tag to compare

Adds a new config variable show_boxes. This is a boolean which is True by default, but if configured as False then bounding boxes are not shown on saved images. Useful if you want unadulaterated images saved

Better error handling

24 May 04:53
5914235
Compare
Choose a tag to compare

Fix naming of saved images

21 May 04:04
0b43473
Compare
Choose a tag to compare

Slight change to the naming of timestamped saved files, the : were causing issues on samba so are replaced with - An example of the new filename is deepstack_object_local_file_1_2020-05-21_04-01-13.jpg
Also a dependency bump

Closes #123