Submission scoring for the ISIC Challenge
Project description
ISIC: Skin Lesion Analysis Towards Melanoma Detection Scoring
Automated scoring code for the ISIC Challenge.
Installation
Python
Python version >= 3.8 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file isic-challenge-scoring-5.5.0.tar.gz.
File metadata
- Download URL: isic-challenge-scoring-5.5.0.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7584d9ab4e36c8afbcf78006641834d6f98317ecc656de24aead33017ae0eeda
|
|
| MD5 |
272e8e4b4d9aa3849c5c1421795c4d94
|
|
| BLAKE2b-256 |
daf92adba1b858babefdb29c8ac8ddb162e1bcec9b5acf89aa7642db3593e783
|
File details
Details for the file isic_challenge_scoring-5.5.0-py3-none-any.whl.
File metadata
- Download URL: isic_challenge_scoring-5.5.0-py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ad04fb739d554d1cce92d4b57dbbbee1ab1eb184b007e1861883705f7155432
|
|
| MD5 |
8e9e93faeea05cbf5a6ccc7a82388913
|
|
| BLAKE2b-256 |
b221eb69a33232152ade3f32e47fc3d1da270983b00bc58b153fc47935deaa1b
|