https://github.com/gavindsouza/isic-dataset-downloader
Just a micro tool to download, extract and segregate the ISIC dataset!
https://github.com/gavindsouza/isic-dataset-downloader
Last synced: 3 months ago
JSON representation
Just a micro tool to download, extract and segregate the ISIC dataset!
- Host: GitHub
- URL: https://github.com/gavindsouza/isic-dataset-downloader
- Owner: gavindsouza
- License: mit
- Created: 2018-10-03T16:50:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T06:22:21.000Z (over 6 years ago)
- Last Synced: 2025-01-15T14:18:25.285Z (4 months ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ISIC Dataset Downloader
==================================================
*"Just a micro tool to download, extract and segregate the ISIC dataset!"*Had made this for my project, if this helps you, then that's great!
Table of Contents
~~~~~~~~~~~~~~~~~- `Installation`_
- `Usage`_
- `Dependencies`_
- `License`_Installation
~~~~~~~~~~~~Clone the git repository:
.. code:: console
$ git clone https://github.com/gavindsouza/isic-dataset-downloader.git
$ cd isic-dataset-downloaderInstall necessary dependencies
.. code:: console
$ pip install -r requirements.txt
Go ahead and install as follows:
.. code:: console
$ python setup.py install
Usage
~~~~~
If package is installed, go ahead and type the following in the console else just change to module directory.. code:: console
$ python -m isic_dataset_downloader
The dataset will be acquired from |ISIC_link|'s Task 3.
`The International Skin Imaging Collaboration: Melanoma Project`
is an academia and industry partnership designed to facilitate
the application of digital skin imaging to help reduce melanoma mortality.ISIC holds a competition for melanoma detection and classification every year.
`The goal of this recurring challenge is to help participants develop image analysis tools to enable the automated
diagnosis of melanoma from dermoscopic images.`*Links for individual sets:*
- |train_link|
- |test_link|
- |val_link|
.. |ISIC_link| raw:: html
.. |train_link| raw:: html
.. |test_link| raw:: html
.. |val_link| raw:: html
Dependencies
~~~~~~~~~~~~~- requests
.. _Dependencies: requirements.txt
License
~~~~~~~This code has been released under the `MIT License`_.
.. _MIT License: LICENSE