Skip to content

This repository contains a python script to download the ISIC Melanoma Cancer Datasets.

Notifications You must be signed in to change notification settings

vguptai/ISIC-Dataset-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISIC Melanoma Project Dataset Downloader

This python script can be used to download the ISIC Melanoma Project Dataset using the Girder Rest-API .

The basic steps that I have followed are:

Step 1) Get all the dataset ids present in the project and get all the image ids for these datasets.

Fetch the metadata of the images (mainly the class to which the image belongs). The image ids and corresponding classes are pickled for the next step.

The following command does this.

python downloadImageMetaData.py

Step 2) In this atep we download the images of the datasets. The cript reads the pickled files from the above step to get the imageIds and their class information to download and save the image in the correct location. In case the script fails, it can be run again. The already downloaded images will remain intact and will not be downloaded again.

python downloadImages.py

It does take some time to download close to 12000 images ! So be patient :)

About

This repository contains a python script to download the ISIC Melanoma Cancer Datasets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages