Skip to main content

Helpful utilities for deep learning in medical image analysis/medical image computing

Project description

Medical Deep Learning Utilities

UnitTest Docker Docker Stable Build Package PyPI pre-commit.ci status

This repository contains utilities for training and evaluating deep learning models in medical image analysis that are not specific to certain tasks.

So far it consists of 2 major parts: An abstract Dataset API built on top of torch.utils.data.Dataset and torchio.data.Subject as well as general transforms for this kind of data.

To use the dataset classes, you basically only need to implement the parse_subjects method to return a list of samples and everything else will work automatically. You will automatically get image statistics such as median spacing or median shape. For label statistics, you either need to subclass the AbstractDiscreteLabelDataset or implement the get_single_label_stats and aggregate_label_stats methods.

All transforms work on torchio.data.Subjects and can be passed to the datasets as optional parameters. You can also pass "default" as a parameter to use the default transforms.

Pull requests for other common utilities are highly welcomed.

Installation

This project can be installed either from PyPI or by cloning the repository from GitHub.

For an install of published packages, use the command

    pip install medical-dl-utils

To install from the (cloned) repository, use the command

    pip install PATH/TO/medical-dl-utils

You can also add -e to the command to make an editable install in case you want to modify the code.

You can also install the package directly from GitHub by running

    pip install git+https://github.com/justusschock/medical-dl-utils.git

Docker Images

We provide a docker image for easy usage of the package and as a base image for other projects.

The file for this image can be found at dockers/Dockerfile. We provide both, a CPU-only and a CUDA-enabled image based on the NVIDIA NGC PyTorch image. These images can be found on DockerHub.

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

medical_dl_utils-0.1.6.tar.gz (30.9 kB view details)

Uploaded Source

Built Distribution

medical_dl_utils-0.1.6-py2.py3-none-any.whl (35.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file medical_dl_utils-0.1.6.tar.gz.

File metadata

  • Download URL: medical_dl_utils-0.1.6.tar.gz
  • Upload date:
  • Size: 30.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for medical_dl_utils-0.1.6.tar.gz
Algorithm Hash digest
SHA256 8baaac2c30473caaaf85c4b0db8ed39e01c09dadacf30ab24bb938bae988df6e
MD5 e53cc71a3d771a4c9e62b19f52da7799
BLAKE2b-256 73c9d243a55376e20801f676ba2f480ac81ed8691a3a688c8352aa58789912c0

See more details on using hashes here.

File details

Details for the file medical_dl_utils-0.1.6-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for medical_dl_utils-0.1.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fa0cb75f98194d0c6e412957620b1d4527c88a75a7d1c93b7d4945fc096522a5
MD5 765f7e911495a45e01ff848edcc2effa
BLAKE2b-256 3efa3d7673381015ab1a9c4c038d3ddcb484f1f1540b02f8596b7b3697ddbe7e

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