#119 · Primary category: Computer Vision

torchio

augmentation data-augmentation deep-learning machine-learning medical-image-analysis medical-image-computing medical-image-processing python pytorch

Medical imaging processing for AI applications.

Project last updated:08/01/26

GitHub Stars

2.4K

Forks

275

Contributors

62

License

Apache-2.0

Why we included this project

TorchIO does the data preparation between raw medical scans and a PyTorch training loop. It reads common neuroimaging formats, applies intensity and spatial transforms as augmentation, and cuts large 3D volumes into patches so segmentation or classification networks can train on scans that would not fit in memory whole. The transforms are composable PyTorch-style operations, which keeps preprocessing inside the pipeline instead of scattered across standalone scripts. Teams working with MRI, CT, or other volumetric scans get a practical way to standardize data preparation and add realistic variation without hand-writing custom loaders, and the codebase doubles as a clear example of how a modern medical-imaging pipeline is put together.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category