Tools for loading, augmenting and writing 3D medical images on PyTorch.
Project description
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).
| Package |
|
| Docs |
|
| Build |
|
| Coverage |
|
| Code |
|
| Notebook |
|
| Social |
|
(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.
Credits
If you like this repository, please click on Star!
If you use this package for your research, please cite the paper:
BibTeX entry:
@article{perez-garcia_torchio_2020,
title = {{TorchIO}: a {Python} library for efficient loading, preprocessing, augmentation and patch-based sampling of medical images in deep learning},
shorttitle = {{TorchIO}},
url = {http://arxiv.org/abs/2003.04696},
urldate = {2020-03-11},
journal = {arXiv:2003.04696 [cs, eess, stat]},
author = {P{\'e}rez-Garc{\'i}a, Fernando and Sparks, Rachel and Ourselin, Sebastien},
month = mar,
year = {2020},
note = {arXiv: 2003.04696},
keywords = {Computer Science - Computer Vision and Pattern Recognition, Electrical Engineering and Systems Science - Image and Video Processing, Computer Science - Machine Learning, Computer Science - Artificial Intelligence, Statistics - Machine Learning},
}
Getting started
See Getting started for installation instructions, a Hello, World! example and a comprehensive Jupyter notebook tutorial on Google Colab.
All the documentation is hosted on Read the Docs.
Please open a new issue if you think something is missing.
Contributors
Thanks goes to all these people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
History
0.17.0 (23-06-2020)
- Add transforms history to
Subjectattributes to improve traceability - Add support to use an initial transformation in
Resample - Add support to use an image file as target in
Resample - Add
meanargument toRandomNoise - Add tensor support for transforms
- Add support to use strings as interpolation argument
- Add support for 2D images
- Add attribute access to
SubjectandImage - Add MNI and 3D Slicer datasets
- Add
intensityargument toRandomGhosting - Add
translationargument toRandomAffine - Add shape, spacing and orientation attributes to
ImageandSubject - Refactor samplers
- Refactor inference classes
- Add 3D Slicer extension
- Add ITK-SNAP datasets
- Add support to take NumPy arrays as transforms input
- Optimize cropping using PyTorch
- Optimizing transforms by reducing number of tensor copying
- Improve representation (
repr()) ofImage - Use lazy loading in
Image
0.16.0 (21-04-2020)
- Add advanced padding options for
RandomAffine - Add reference space options in
Resample - Add probability argument to all transforms
- Add
OneOfandComposetransforms to improve composability
0.15.0 (07-04-2020)
- Refactor
RandomElasticDeformationtransform - Make
Subjectinherit fromdict
0.14.0 (31-03-2020)
- Add
datasetsmodule - Add support for DICOM files
- Add documentation
- Add
CropOrPadtransform
0.13.0 (24-02-2020)
- Add
Subjectclass - Add random blur transform
- Add lambda transform
- Add random patches swapping transform
- Add MRI k-space ghosting artefact augmentation
0.12.0 (21-01-2020)
- Add ToCanonical transform
- Add CenterCropOrPad transform
0.11.0 (15-01-2020)
- Add Resample transform
0.10.0 (15-01-2020)
- Add Pad transform
- Add Crop transform
0.9.0 (14-01-2020)
- Add CLI tool to transform an image from file
0.8.0 (11-01-2020)
- Add Image class
0.7.0 (02-01-2020)
- Make transforms use PyTorch tensors consistently
0.6.0 (02-01-2020)
- Add support for NRRD
0.5.0 (01-01-2020)
- Add bias field transform
0.4.0 (29-12-2019)
- Add MRI k-space motion artefact augmentation
0.3.0 (21-12-2019)
- Add Rescale transform
- Add support for multimodal data and missing modalities
0.2.0 (2019-12-06)
- First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file torchio-0.17.36.tar.gz.
File metadata
- Download URL: torchio-0.17.36.tar.gz
- Upload date:
- Size: 23.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46f3e95f8f6bf596a72192ee8b3d7e99e5c46641114ec436e8c1bd893fccfd4c
|
|
| MD5 |
eb8446efc29190896ab47779c0618bcb
|
|
| BLAKE2b-256 |
39c748d255f1ed34cea565184ba0e42e7bf392e01430189836f3c3c5589047e8
|
File details
Details for the file torchio-0.17.36-py2.py3-none-any.whl.
File metadata
- Download URL: torchio-0.17.36-py2.py3-none-any.whl
- Upload date:
- Size: 106.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad4bb8933a8234e1d29470c319bb1b93e9c95ea192fc966f5cb6c6ba2258b25e
|
|
| MD5 |
e7b5c255a49a41ab5205661ed08ab29a
|
|
| BLAKE2b-256 |
8d73f2d446745a7ea2c6625068a24d9dd130076cd239fd6ec7b0ac7d2b411471
|