项目作者: ol-sen

项目描述 :
Readers for medical imaging datasets
高级语言: Python
项目地址: git://github.com/ol-sen/medreaders.git
创建时间: 2019-12-13T10:53:58Z
项目社区:https://github.com/ol-sen/medreaders

开源协议:MIT License

下载


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:

  • 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.

Requirements

  • Python>=3.5

Installation

  1. pip3 install medreaders

Documentation

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

Project Structure

  1. .
  2. ├── docs
  3. ├── Makefile
  4. ├── conf.py
  5. ├── index.rst
  6. └── make.bat
  7. ├── medreaders
  8. ├── ACDC.py
  9. └── __init__.py
  10. ├── tests
  11. └── ACDC.py
  12. ├── .gitignore
  13. ├── LICENSE
  14. ├── README.md
  15. ├── requirements.txt
  16. └── setup.py
  17. 3 directories, 12 files

Corresponding Author