question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

download_url for amazon is slow

See original GitHub issue

Describe the bug One of the tutorial downloads Task09_Spleen.tar, which is 1.5GB. This took 1m45 via wget and over 2 hours with MONAI’s download_url.

To Reproduce

  1. wget https://msd-for-monai.s3-us-west-2.amazonaws.com/Task09_Spleen.tar
  2. monai.apps.download_and_extract(“https://msd-for-monai.s3-us-west-2.amazonaws.com/Task09_Spleen.tar”, “Task09_Spleen.tar”, “~/test”)
  3. Observe download speeds

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
rijobrocommented, Jan 14, 2021

From the stackoverflow link I posted, it looks like we can just call urlretrieve with a callback function. Maybe that way, we let it take care of everything and just use the callback for updating the progress bar.

0reactions
Nic-Macommented, Jan 14, 2021

OK, sounds good. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Slow download speed on Amazon Cloud Drive - Forums
So, a friend shared his Amazon Cloud Drive with me and I'm downloading a few files. My complaint is, the speed is really,...
Read more >
How can I troubleshoot slow loading times when I use a web ...
I'm trying to download an object from Amazon Simple Storage Service (Amazon S3) using a web browser, but the download is slow. Why...
Read more >
VERY SLOW downloading/viewing attachments - Closed
Viewing or downloading an attachment is incredibly slow. I have 150 mbps internet and it sometimes takes 60+ seconds to download or view...
Read more >
Downloading Files from Firebase Storage is very slow
Scenario : I am downloading image/video files from firebase storage and displaying them in a list. Issue : The response is pretty slow....
Read more >
Amazon Prime - slow downloads - DVDFab Forum
For some reason Amazon downloads thru StreamFab have been slow lately for me. Before someone suggests installing from offline StreamFab, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found