This package provides TensorFlow Ops for multidimensional volumetric image augmentation.
This project usings the bazel build system
To fetch the code, build it, and run tests:
git clone https://github.com/deepmind/multidim-image-augmentation.git
cd multidim-image-augmentation/
bazel test -c opt //...
To learn more about image augmentation, see the primer
For simple API usage examples, see the python test code.