Skip to main content

Submission scoring for the ISIC Challenge

Project description

ISIC: Skin Lesion Analysis Towards Melanoma Detection Scoring

PyPI PyPI - Python Version Docker Build Status CircleCI

Automated scoring code for the ISIC Challenge.

Installation

Python

Python version >= 3.7 is required.

pip install isic-challenge-scoring

Docker

docker pull isic/isic-challenge-scoring:latest

Usage

Python

Segmentation (Task 1)

isic-challenge-scoring segmentation /path/to/ISIC_GroundTruth/ /path/to/ISIC_predictions/

Classification (Task 3)

isic-challenge-scoring classification /path/to/ISIC_GroundTruth.csv /path/to/ISIC_prediction.csv

Docker

Since the application requires read access to files, Docker must mount them within the container; these examples use --mount to prevent nonexistent host paths from being accidentally created.

Segmentation (Task 1)

docker run \
  --rm \
  --mount type=bind,source="/path/to/ISIC_GroundTruth/",destination=/root/gt/,readonly \
  --mount type=bind,source="/path/to/ISIC_predictions/",destination=/root/pred/,readonly \
  isic/isic-challenge-scoring:latest \
  segmentation \
  /root/gt/ \
  /root/pred/

Classification (Task 3)

docker run \
  --rm \
  --mount type=bind,source="/path/to/ISIC_GroundTruth.csv",destination=/root/gt.csv,readonly \
  --mount type=bind,source="/path/to/ISIC_prediction.csv",destination=/root/pred.csv,readonly \
  isic/isic-challenge-scoring:latest \
  classification \
  /root/gt.csv \
  /root/pred.csv

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

isic-challenge-scoring-5.2.4.tar.gz (16.9 kB view details)

Uploaded Source

File details

Details for the file isic-challenge-scoring-5.2.4.tar.gz.

File metadata

  • Download URL: isic-challenge-scoring-5.2.4.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for isic-challenge-scoring-5.2.4.tar.gz
Algorithm Hash digest
SHA256 c1f67434d30d44b037f0719deee2d9becb792f6d49ecab831b89d6b36239ab26
MD5 816a0d8087918bb43c3dcf874e470e2c
BLAKE2b-256 fca34e7572381007430c0ca0c3763357962a2119daa1ccfe33db379ef7e1b121

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page