co3d icon indicating copy to clipboard operation
co3d copied to clipboard

Connection broken: ConnectionResetError(104, 'Connection reset by peer')

Open codestella opened this issue 4 years ago • 2 comments

Hello, Thank you for the nice contribution on 3d dataset.

When I tried to download all dataset categories with download_dataset.py and --link_list_file option, It takes much time and always fails to download all categories at once. Also, when It is broken and restarted, it starts download from the initial.

I got following error message,

requests.exceptions.ChunkedEncodingError: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))

I asked about this problem at ICCV 2021 unsupervised 3d in the wild workshop and David said it is related to the combination of slow connection and timeout settings at the FB server.

I am waiting to fix this setting change.. could you help with it? when it is fixed? Please help me. Thank you so much for your great work.

Sincerely, Stella Yang.

codestella avatar Oct 14 '21 14:10 codestella

Hello Stella,

we plan to split the dataset files to chunks so that downloads with slower connections won't timeout. I will keep you posted once this is implemented.

David

davnov134 avatar Oct 20 '21 12:10 davnov134

Thank you, David. But I need to download it all at once. Could you help with this? Also, Could you fix it can be redownloaded from the ended part when it is timeout (not from the initial.)? I appreciate your help!

codestella avatar Oct 23 '21 08:10 codestella