Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection error on download #58

Open
carolinasolfernandez opened this issue Oct 31, 2022 · 1 comment
Open

Connection error on download #58

carolinasolfernandez opened this issue Oct 31, 2022 · 1 comment

Comments

@carolinasolfernandez
Copy link

I'm trying to run demos/demo.py but returns connection error after a while. I think that the model links are not working anymore

Downloading: "http://dl.yf.io/dla/models/imagenet/dla34-ba72cf86.pth" to C:\Users\xxxxx/.cache\torch\hub\checkpoints\dla34-ba72cf86.pth
Traceback (most recent call last):
  File "C:\Users\caros\anaconda3\lib\urllib\request.py", line 1346, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\caros\anaconda3\lib\http\client.py", line 1285, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\caros\anaconda3\lib\http\client.py", line 1331, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\caros\anaconda3\lib\http\client.py", line 1280, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\caros\anaconda3\lib\http\client.py", line 1040, in _send_output
    self.send(msg)
  File "C:\Users\caros\anaconda3\lib\http\client.py", line 980, in send
    self.connect()
  File "C:\Users\caros\anaconda3\lib\http\client.py", line 946, in connect
    self.sock = self._create_connection(
  File "C:\Users\caros\anaconda3\lib\socket.py", line 844, in create_connection
    raise err
  File "C:\Users\caros\anaconda3\lib\socket.py", line 832, in create_connection
    sock.connect(sa)
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
@bingshuai2019
Copy link

Hi, the demo model artifact is still downloadable (e.f. for person model, you can manually download it here: https://aws-cv-sci-motion-public.s3.us-west-2.amazonaws.com/SiamMOT/demo_models/person.zip)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants