Metadata-Version: 2.1
Name: RandAugment3d
Version: 0.0.2.dev0
Summary: Implementation of RandAugment in 3D
Home-page: https://github.com/JulianKlug/RandAugment-3D
Author: Julian Klug
Author-email: tensu.wave@gmail.com
License: GNUv3
Keywords: randaugment,data-augmentation,volume
Platform: UNKNOWN
Provides: RandAugment3d
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: scikit-image
Requires-Dist: tensorflow
Requires-Dist: numpy
Requires-Dist: monai
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Requires-Dist: sphinx-click ; extra == 'docs'

# RandAugment-3D
Implementation of RandAugment in 3D


Original paper: arXiv:1909.13719

Original implementations (in tensorflow):
- From official paper: https://github.com/tensorflow/tpu/blob/298d1fa98638f302ab9df34d9d26bbded7220e8b/models/official/efficientnet/autoaugment.py
- More recent: https://github.com/tensorflow/models/blob/1c79ece9f43340e9bc9571e06a4bf9bd8db8d97a/official/vision/beta/ops/augment.py

Most functions used here are implemented by [MONAI](https://docs.monai.io/en/latest/index.html).



