Green rectangles on resulting image.
prossouw79 opened this issue · 0 comments
prossouw79 commented
I'm using Deepstack from a container:
docker image ls | grep deepstack
deepquestai/deepstack latest 1b5996412c3e 5 weeks ago 2.9GB
It's working fine on object detection using the python Deepstack SDK but all images have green rectangles on it e.g.
Some Googling for "deepstack green rectangle"only got me this from https://github.com/robmarkcole/HASS-Deepstack-object
I'm not sure whether or not these are the "region of interest" that the HASS-Deepstack-object repo is referencing. Assuming that it is, is there a way to disable these green blocks being drawn on the image? I don't see an option in the SDK's detectObject method, am I missing something?