tag:github.com,2008:https://github.com/robmarkcole/HASS-Deepstack-object/releases Release notes from HASS-Deepstack-object 2022-08-15T04:17:27Z tag:github.com,2008:Repository/165791238/v4.6 2022-08-15T04:20:22Z Adds crop_to_roi config option <p>Adds <code>crop_to_roi</code> config option which if True, and an roi is configured, will crop the image to the roi before processing with Deepstack. This may improve accuracy since only the roi is considered in processing</p> <p>Credit <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wizmo2/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wizmo2">@wizmo2</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="467503006" data-permission-text="Title is private" data-url="https://github.com/robmarkcole/HASS-Deepstack-object/issues/27" data-hovercard-type="pull_request" data-hovercard-url="/robmarkcole/HASS-Deepstack-object/pull/27/hovercard" href="https://github.com/robmarkcole/HASS-Deepstack-object/pull/27">#27</a></p> robmarkcole tag:github.com,2008:Repository/165791238/v4.5 2022-01-10T08:22:01Z Save files with microseconds in timestamp <p>Prevent condition where multiple files written in a second interval will overwrite one another</p> robmarkcole tag:github.com,2008:Repository/165791238/v4.4 2021-12-15T10:50:44Z Fix device_state_attributes warnings <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/robmarkcole/HASS-Deepstack-object/pull/261">#261</a> from covid10/master</p> <p>Fix for device_state_attributes warnings</p> robmarkcole tag:github.com,2008:Repository/165791238/v4.3.2 2021-11-11T10:26:06Z Remove unused const <p>to prevent an issue in next HA release</p> <p>PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1050280957" data-permission-text="Title is private" data-url="https://github.com/robmarkcole/HASS-Deepstack-object/issues/256" data-hovercard-type="pull_request" data-hovercard-url="/robmarkcole/HASS-Deepstack-object/pull/256/hovercard" href="https://github.com/robmarkcole/HASS-Deepstack-object/pull/256">#256</a></p> robmarkcole tag:github.com,2008:Repository/165791238/4.3.1 2021-07-20T11:17:38Z Bumps pillow dependency <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/robmarkcole/HASS-Deepstack-object/pull/244">#244</a> from robmarkcole/dependabot/pip/pillow-8.2.0</p> <p>Bump pillow from 8.1.1 to 8.2.0</p> robmarkcole tag:github.com,2008:Repository/165791238/4.3.0 2021-02-17T05:58:27Z Optionally save png files <p>Adds a new config arg save_file_format which can optionally be png to save images as png format instead of the default jpg. png files have less compression so the text annotations are easier to read.</p> <p>Note that the optional arg always_save_latest_jpg is now renamed to always_save_latest_file since this can be either a jpg or png now</p> <p>ref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="809877981" data-permission-text="Title is private" data-url="https://github.com/robmarkcole/HASS-Deepstack-object/issues/224" data-hovercard-type="pull_request" data-hovercard-url="/robmarkcole/HASS-Deepstack-object/pull/224/hovercard" href="https://github.com/robmarkcole/HASS-Deepstack-object/pull/224">#224</a></p> robmarkcole tag:github.com,2008:Repository/165791238/v4.2 2021-01-24T05:08:08Z Adds the Summary back <p>Adds the Summary back, which was removed in v4.0</p> <p><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/11855322/105621684-1e865e00-5e02-11eb-85c0-5eb24f6ab933.png"><img src="https://user-images.githubusercontent.com/11855322/105621684-1e865e00-5e02-11eb-85c0-5eb24f6ab933.png" alt="image" style="max-width: 100%;"></a></p> robmarkcole tag:github.com,2008:Repository/165791238/v4.1 2021-01-22T05:14:24Z Adds save smaller jpg and always save latest options <p>This minor release has not breaking changes and adds two new features.</p> <ol> <li> <p>Smaller images can now be saved using the <code>scale</code> config variable, this should save some disk space for people with many high resolution cameras. Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jodur/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jodur">@jodur</a> for contributing this in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="787668665" data-permission-text="Title is private" data-url="https://github.com/robmarkcole/HASS-Deepstack-object/issues/201" data-hovercard-type="pull_request" data-hovercard-url="/robmarkcole/HASS-Deepstack-object/pull/201/hovercard" href="https://github.com/robmarkcole/HASS-Deepstack-object/pull/201">#201</a></p> </li> <li> <p>It is useful to see the last image processed by Deepstack even if there were no targets detected. This is now possible by configuring <code>always_save_latest_jpg: True</code>. PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="791701872" data-permission-text="Title is private" data-url="https://github.com/robmarkcole/HASS-Deepstack-object/issues/204" data-hovercard-type="pull_request" data-hovercard-url="/robmarkcole/HASS-Deepstack-object/pull/204/hovercard" href="https://github.com/robmarkcole/HASS-Deepstack-object/pull/204">#204</a></p> </li> </ol> <p>Please keep the feature requests coming :-)</p> robmarkcole tag:github.com,2008:Repository/165791238/4.0 2021-01-15T05:21:27Z Allow setting a confidence per target <p>Previously all targets had to use the same <code>confidence</code> threshold for detections. This was very limiting, as some classes are detected more easily by Deepstack than others. In this release you can now configure a confidence per target, and also for types of target. An example of the new config is below:</p> <div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" targets: - target: vehicle confidence: 60 - target: car confidence: 40"><pre> <span class="pl-ent">targets</span>: - <span class="pl-ent">target</span>: <span class="pl-s">vehicle</span> <span class="pl-ent">confidence</span>: <span class="pl-c1">60</span> - <span class="pl-ent">target</span>: <span class="pl-s">car</span> <span class="pl-ent">confidence</span>: <span class="pl-c1">40</span></pre></div> <p>Here we are saying 'alert me about any vehicle with confidence above 60%, but I particularly care about cars (which is a type of vehicle) so alert me about any car above 40%'.</p> <p>Note this is a breaking change only if you have configured <code>targets</code>, and you will need to update your config. If you have not configured targets your config is unaffected.</p> robmarkcole tag:github.com,2008:Repository/165791238/3.12 2021-01-13T05:47:07Z Allow setting object_type as target <p>Allow setting <code>object_type</code> as target, example config in readme</p> robmarkcole