robmarkcole/HASS-Deepstack-object

Default target not respected

danbayliss opened this issue · 3 comments

I've been using Deepstack for a while with no target set in configuration.yaml as the default was Person and that's all I needed. I've updated to the latest version and it seems to be detecting cars too so I think the default target of just person isn't the case anymore.

I've fixed this by adding it to configuration.yaml but wanted to let you know so you can either resolve in the code or update the Readme

Thanks @danbayliss this is a legit issue.

When no target is set, the default target of person is listed but the state then includes all objects above the default target confidence:

image

@danbayliss please checkout master. If all is good I will do a release

@robmarkcole Just installed master and can confirm it's fixed. Thanks