This package provides TensorFlow Ops for multidimensional volumetric image augmentation.
pip install image-augmentation
To fetch the code and build it:
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
For simple API usage examples, see the python test code.