Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: sciencedirect.com -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: DIvkov575
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 44.2 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
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 |
|
| CI |
|
| Code |
|
| Tutorials |
|
| Community |
|
(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 our paper:
BibTeX entry:
bibtex
@article{perez-garcia_torchio_2021,
title = {{TorchIO}: a {Python} library for efficient loading, preprocessing, augmentation and patch-based sampling of medical images in deep learning},
journal = {Computer Methods and Programs in Biomedicine},
pages = {106236},
year = {2021},
issn = {0169-2607},
doi = {https://doi.org/10.1016/j.cmpb.2021.106236},
url = {https://www.sciencedirect.com/science/article/pii/S0169260721003102},
author = {P{\'e}rez-Garc{\'i}a, Fernando and Sparks, Rachel and Ourselin, S{\'e}bastien},
}
This project is supported by the following institutions:
- Engineering and Physical Sciences Research Council (EPSRC) & UK Research and Innovation (UKRI)
- EPSRC Centre for Doctoral Training in Intelligent, Integrated Imaging In Healthcare (i4health) (University College London)
- Wellcome / EPSRC Centre for Interventional and Surgical Sciences (WEISS) (University College London)
- School of Biomedical Engineering & Imaging Sciences (BMEIS) (King's College London)
Getting started
See Getting started for installation instructions and a Hello, World! example.
Longer usage examples can be found in the tutorials.
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!
Owner
- Name: Dima I
- Login: DIvkov575
- Kind: user
- Location: Belmont, MA
- Repositories: 3
- Profile: https://github.com/DIvkov575
Citation (CITATION.cff)
cff-version: 1.2.0
message: If you use this software, please cite the paper using these metadata.
authors:
- family-names: Pérez-García
given-names: Fernando
orcid: https://orcid.org/0000-0001-9090-3024
title: "TorchIO"
repository-code: "https://github.com/fepegar/torchio"
preferred-citation:
type: article
authors:
- family-names: "Pérez-García"
given-names: "Fernando"
orcid: https://orcid.org/0000-0001-9090-3024
- family-names: "Sparks"
given-names: "Rachel"
orcid: https://orcid.org/0000-0003-1553-7903
- family-names: "Ourselin"
given-names: "Sébastien"
orcid: https://orcid.org/0000-0002-5694-5340
doi: "10.1016/j.cmpb.2021.106236"
issn: "0169-2607"
journal: "Computer Methods and Programs in Biomedicine"
pages: "106236"
title: "TorchIO: a Python library for efficient loading, preprocessing, augmentation and patch-based sampling of medical images in deep learning"
url: "https://www.sciencedirect.com/science/article/pii/S0169260721003102"
year: 2021
GitHub Events
Total
- Push event: 1
- Pull request event: 2
- Create event: 3
Last Year
- Push event: 1
- Pull request event: 2
- Create event: 3
Issues and Pull Requests
Last synced: 6 months ago
Dependencies
- naveenk1223/action-pr-title master composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- astral-sh/setup-uv v3 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- pypa/gh-action-pypi-publish release/v1 composite
- actions/checkout v4 composite
- astral-sh/setup-uv v3 composite
- codecov/codecov-action v4.6.0 composite
- deprecated *
- humanize *
- nibabel *
- numpy >=1.15
- scipy *
- torch >=1.1
- tqdm *
- typer *
