Image test time augmentation for PyTorch. Wraps models to apply TTA transforms (flips, rotations, scaling) and aggregate predictions. Current version 0.0.3, last release April 2021. No recent updates; library is in maintenance mode.
pip install ttachVerified import paths — ran on the pinned version, not inferred.
Basic TTA example: wrap a model with horizontal flip, 90° rotation, and scaling. Merge predictions by mean.
Consider alternatives like kornia's kornia.augmentation.TTA or torchvision's test-time augmentation utilities.
Upgrade to >=0.0.2 or manually define the D4 transform using Compose.
Upgrade to 0.0.3 or handle keypoints manually.