# multidim-image-augmentation **Repository Path**: mirrors_deepmind/multidim-image-augmentation ## Basic Information - **Project Name**: multidim-image-augmentation - **Description**: This package provides TensorFlow Ops for multidimensional volumetric image augmentation. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-27 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Multidimensional (2D and 3D) Image Augmentation for TensorFlow This package provides TensorFlow Ops for multidimensional volumetric image augmentation. ## Install from pip ```shell pip install image-augmentation ``` ## Build from source To fetch the code and build it: ```shell git clone https://github.com/google-deepmind/multidim-image-augmentation.git cd multidim-image-augmentation/ docker build . -t multidim-image-augmentation ``` To learn more about image augmentation, see the [primer](doc/index.md) For simple API usage examples, see the python test code.