Robin Cole
Robin Cole
I have a couple of related issues on deepstack: - https://github.com/robmarkcole/HASS-Deepstack-object/issues/184 - https://github.com/robmarkcole/HASS-Deepstack-object/issues/180 The challenge is to make it not too complicated to configure. If you can make any suggestions...
Can you provide a working example, either a PR or just some working python code? Your suggestion would provide simple config but then require users to use an extra tool...
How is the mask created?
Probably true, but I want to roll this back into HA at some point and simplify as much as possible. One issue with using a mask before processing is that...
@geftactics I like this suggestion, will do. For assisting with config my plan is to create a streamlit app that will allow the user to [draw](https://github.com/andfanilo/streamlit-drawable-canvas) all the required ROI...
@geftactics do you know of any other integrations (preferably official) that are using config which involves an array?
Based on https://github.com/robmarkcole/HASS-amazon-rekognition/issues/92 I have chosen not to use Shapely. Also given the convoluted config it appears is necessary, and the fact that this is incompatible with config flow, this...
That is an interesting suggestion. A person could literally use a Paint application to draw whatever regions they would want, and we would not need to do any kind of...
I think for the timebeing I will do: - allow multiple ROI, named - add 4 point polygon Combining these two a person can create a wide range of ROI
After more thought I think the best approach is to apply the mask to the image before processing the image