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:
- resizing images with their ground truth masks;
- saving images and their ground truth masks slice by slice.
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.
- Python>=3.5
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
- Olga Senyukova olga.senyukova@graphics.cs.msu.ru