Hi,

When I run python3 depthai_demo.py I see that a connection to an AWS S3 bucket is attempted via the terminal command "lsof -i".

COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
python3 2684 -REDACTED- 11u IPv4 46411 0t0 TCP -REDACTED-:51238->s3-us-west-2-w.amazonaws.com:https (CLOSE_WAIT)

What information is being collected when running this program?

  • erik replied to this.

    I believe this is for downloading our model zoo. We used to keep it in Github but it makes the repo ridiculously large.

    gbanuru as Brandon mentioned, it's the blobconverter module connecting to the server (blobconverter server where it compiles models) when getting a model from the model zoo.