facebook / facebook360_dep

Facebook360 Depth Estimation Pipeline - https://facebook.github.io/facebook360_dep
Other
246 stars 53 forks source link

Extraneous "Connected/Authenticated" output on AWS Render #5

Open aparrapo opened 5 years ago

aparrapo commented 5 years ago

Running any render job on AWS produces extraneous connection/authenticated messages (see the ones logged by transport.py).

60734610-61719f80-9f05-11e9-9ba5-2d9d6b5b8b33

These are caused by running commands over SSH, which is done in the scripts/aws/create.py run_ssh_command function. We wish to silence that output.

Steps To Reproduce

  1. Ran

    python3 scripts/render/run.py --flagfile res/flags/run.flags

    Where res/flags/run.flags is:

    --alsologtostderr=1
    --stderrthreshold=0
    --log_dir=~/logs
    --project_root=s3://facebook360-dep-sample-data/room_chat/50_frames
    --cache=/Volumes/cache
    --csv_path=~/Downloads/accessKeys.csv
  2. Clicked on "Run" on the depth estimation tab with default values except first=000100 and last=000105.

Describe what you expected to happen:

No extraneous output being produced

uzair555 commented 3 years ago

what is the bug