Skip to main content

Readers for medical imaging datasets

Project description

Readers for medical imaging datasets

The goal of this repository is to help researchers and practitioners working with medical imaging datasets to reduce an amount of routine work.

The repository contains the code for reading a dataset into memory and for auxiliary tasks:

  • resize images with their ground truth masks;
  • save images and their ground truth masks slice by slice.

In order to use the functions from this repository you should download a dataset that you need from Grand Challenges in Biomedical Image Analysis.

First time the focus will be on datasets for cardiac image segmentation problem.

Currently the repository contains the code for reading ACDC dataset.

Requirements

  • Python 3.6.x

Installation

pip3 install medreaders

Documentation

Documentation is available at https://medreaders.readthedocs.io

Project Structure

.
├── docs
│   ├── Makefile
│   ├── conf.py
│   ├── index.rst
│   └── make.bat
├── medreaders
│   ├── ACDC.py
│   └── __init__.py
├── tests
│   └── ACDC.py
├── .gitignore
├── LICENSE
├── README.md
├── requirements.txt
└── setup.py

3 directories, 12 files

Corresponding Author

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

medreaders-1.0.0.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

medreaders-1.0.0-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

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