qubvel/ttach
Image Test Time Augmentation with PyTorch! observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2528
- days_rel: n/a
- days_push: 1132
- n_releases_24m: 0
Adoption not part of the score
1030 stars · 69 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TTAch is a Python library for image test time augmentation (TTA) with PyTorch. It wraps existing models to apply augmentations like flips, rotations, and scales at inference time, then merges the predictions to improve accuracy.
Use cases
- improve image classification accuracy with test time augmentation
- apply TTA to a segmentation model in PyTorch
- boost keypoint detection predictions with flips and scales
- average model predictions over augmented versions of test images
- wrap a PyTorch model with test-time augmentation transforms
When to choose
- you have a trained PyTorch model for classification, segmentation, or keypoint detection and want a quick accuracy boost at inference
- you want configurable TTA transforms and merge modes without writing the augmentation loop yourself
When to avoid
- you need TTA for frameworks other than PyTorch
- inference latency is critical, since TTA multiplies the number of forward passes
- you need a library under active development with frequent updates
Facets
library · maturity maintenance
machine-learning deep-learning image-processing computer-vision deep-learning computer-vision machine-learning image-processing python test-time-augmentation pytorch tta segmentation classification keypoint-detection inference
2 sources
- readme: https://github.com/qubvel/ttach · fetched 2026-08-28 · 82b3c31af6e3
- registry_pypi: https://pypi.org/pypi/ttach/json · fetched 2026-08-29 · 4c4c0a28a100
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qubvel/ttach | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem