johnolafenwa / DeepStack

The World's Leading Cross Platform AI Engine for Edge Devices
Apache License 2.0
675 stars 105 forks source link

Green rectangles on resulting image. #108

Open prossouw79 opened 2 years ago

prossouw79 commented 2 years ago

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