Readers for medical imaging datasets
The goal of this project is to help researchers and practitioners working with medical imaging datasets to reduce an amount of routine work.
The package contains the functions for reading a dataset into memory and for auxiliary tasks:
In order to use this package 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 package provides the means for working with ACDC dataset.
pip3 install medreaders
Documentation is available at https://medreaders.readthedocs.io
.
├── 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