Instead of frontloading all of the API requests and then downloading the images, this does a batch image download per API response. The API server should be less spiky as a result of spacing out these requests. It also makes isic image download have one overall progress bar instead of one for metadata and one for images.
Instead of frontloading all of the API requests and then downloading the images, this does a batch image download per API response. The API server should be less spiky as a result of spacing out these requests. It also makes
isic image download
have one overall progress bar instead of one for metadata and one for images.