DeepStackPython icon indicating copy to clipboard operation
DeepStackPython copied to clipboard

Green rectangles on result image

Open prossouw79 opened this issue 4 years ago • 0 comments

Original port on DeepStack repo:

https://github.com/johnolafenwa/DeepStack/issues/108

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.

image

Some Googling for "deepstack green rectangle"only got me this from https://github.com/robmarkcole/HASS-Deepstack-object

image

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?

image

prossouw79 avatar Jul 10 '21 14:07 prossouw79