/multidim-image-augmentation

Primary LanguageC++Apache License 2.0Apache-2.0

Multidimensional (2D and 3D) Image Augmentation for TensorFlow

This package provides TensorFlow Ops for multidimensional volumetric image augmentation.

Install prerequities

This project usings the bazel build system

Build and test

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.