You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to download the Retail50K dataset from the csv. I used a python script with 'requests.get' to get the image from urls and save to my disk. It runs very slowly and after downloading several images, it raises an error "requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))". I wonder how I can download this dataset faster and safer. Thanks in adavance!
The text was updated successfully, but these errors were encountered:
Hi, I want to download the Retail50K dataset from the csv. I used a python script with 'requests.get' to get the image from urls and save to my disk. It runs very slowly and after downloading several images, it raises an error "requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))". I wonder how I can download this dataset faster and safer. Thanks in adavance!
The text was updated successfully, but these errors were encountered: