The Wayback Machine - https://web.archive.org/web/20200525134827/https://github.com/fepegar/torchio
Skip to content
Tools for medical image processing in deep learning.
Python Makefile
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update issue templates May 15, 2020
docs Bump version: 0.16.8 → 0.16.9 May 23, 2020
examples Update heteromodal example May 1, 2020
tests Add support for 2D images (#163) May 23, 2020
torchio Bump version: 0.16.8 → 0.16.9 May 23, 2020
.all-contributorsrc docs: add bcdarwin as a contributor (#158) May 15, 2020
.editorconfig Add package skeleton with cookiecutter Dec 6, 2019
.gitignore Ignore DS_Store files Jan 2, 2020
.pylintrc Fix pylint warnings Apr 7, 2020
.readthedocs.yml Make doc build fail if warnings are found Apr 1, 2020
.travis.yml Add support for Python 3.8 Apr 22, 2020
.zenodo.json Fix Zenodo JSON Mar 3, 2020
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Jan 6, 2020
CONTRIBUTING.rst Add support for Python 3.8 Apr 22, 2020
HISTORY.rst Update HISTORY Apr 7, 2020
LICENSE Add package skeleton with cookiecutter Dec 6, 2019
MANIFEST.in Add HISTORY back as it is needed by setup.py Mar 15, 2020
Makefile Add package skeleton with cookiecutter Dec 6, 2019
README.md Remove preprint news May 23, 2020
codecov.yml Add codecov config file Mar 11, 2020
mypy.ini Add type hints (#80) Feb 8, 2020
requirements_dev.txt Add coverage dev requirements Apr 22, 2020
setup.cfg Bump version: 0.16.8 → 0.16.9 May 23, 2020
setup.py Bump version: 0.16.8 → 0.16.9 May 23, 2020
tox.ini Add support for Python 3.8 Apr 22, 2020

README.md

TorchIO

Tools like TorchIO are a symptom of the maturation of medical AI research using deep learning techniques.

Jack Clark, Policy Director at OpenAI (link).


PyPI downloads PyPI version Google Colab Documentation status Build status Coverage status Code quality Code maintainability Slack All Contributors


Original Random blur
Original Random blur
Random flip Random noise
Random flip Random noise
Random affine transformation Random elastic transformation
Random affine transformation Random elastic transformation
Random bias field artifact Random motion artifact
Random bias field artifact Random motion artifact
Random spike artifact Random ghosting artifact
Random spike artifact Random ghosting artifact

Queue

(Queue for patch-based training)


TorchIO is a Python package containing a set of tools to efficiently read, preprocess, sample, augment, and write 3D medical images in deep learning applications written in PyTorch, including intensity and spatial transforms for data augmentation and preprocessing. Transforms include typical computer vision operations such as random affine transformations and also domain-specific ones such as simulation of intensity artifacts due to MRI magnetic field inhomogeneity or k-space motion artifacts.

This package has been greatly inspired by NiftyNet, which is not actively maintained anymore.

Documentation

The documentation is hosted on Read the Docs.

Please create a new issue if you think something is missing.

Credits

If you like this repository, please click on Star!

If you use this package for your research, please cite the paper:

Pérez-García et al., 2020, TorchIO: a Python library for efficient loading, preprocessing, augmentation and patch-based sampling of medical images in deep learning.

BibTeX entry:

@misc{fern2020torchio,
    title={TorchIO: a Python library for efficient loading, preprocessing, augmentation and patch-based sampling of medical images in deep learning},
    author={Fernando Pérez-García and Rachel Sparks and Sebastien Ourselin},
    year={2020},
    eprint={2003.04696},
    archivePrefix={arXiv},
    primaryClass={eess.IV}
}

Contributors

Thanks goes to these wonderful people (emoji key):


Fernando Pérez-García

💻 📖

valabregue

🤔 👀 💻

GFabien

💻

G.Reguig

💻

Niels Schurink

💻

Ibrahim Hadzic

🐛

ReubenDo

🤔

Julian Klug

🤔

David Völgyes

🤔

Jean-Christophe Fillion-Robin

📖

Suraj Pai

🤔

Ben Darwin

🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

You can’t perform that action at this time.