facebookresearch/c3dpo_nrsfm

demo run error

Closed this issue · 1 comments

urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb4322c4e10>: Failed to establish a new connection: [Errno 111] Connection refused

Hi,

a similar issue was closed in #1 (comment).

A quick recap: The error is due to an omission of starting a visdom server before executing demo.py. Please make sure to start the server first.

Despite the error, the demo script will still continue to run and dump the visualisation files.

... closing the issue.